XlsWorkbook
SecondCharSize Property
|
Gets or sets the size of the second 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 SecondCharSize { get; set; }
Public Property SecondCharSize As Integer
Get
Set
public:
property int SecondCharSize {
int get ();
void set (int value);
}
member SecondCharSize : int with get, set
Property Value
Type:
Int32
See Also