/*end 构造函数块*/
 /*start 公共方法 */
 public void AddFormat(ICellFormat action)
 {
     Actions.Add(action);
 }
Exemple #2
0
 public Font(ICellFormat format)
 {
     _textStyle = format.TextStyle;
 }