IExtendedFormat
IsFirstSymbolApostrophe Property
|
If true then first symbol in cell is apostrophe.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsFirstSymbolApostrophe { get; set; }
Property IsFirstSymbolApostrophe As Boolean
Get
Set
property bool IsFirstSymbolApostrophe {
bool get ();
void set (bool value);
}
abstract IsFirstSymbolApostrophe : bool with get, set
Property Value
Type:
Boolean
See Also