XlsWorkbook
FirstCharSize Property
|
Gets or sets the size of the first character.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int FirstCharSize { get; set; }
Public Property FirstCharSize As Integer
Get
Set
public:
property int FirstCharSize {
int get ();
void set (int value);
}
member FirstCharSize : int with get, set
Property Value
Type:
Int32
See Also