XlsConditionalFormat
IsNumberFormatPresent Property
|
Determines whether the specified input contains a number format.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsNumberFormatPresent { get; }
Public ReadOnly Property IsNumberFormatPresent As Boolean
Get
public:
property bool IsNumberFormatPresent {
bool get ();
}
member IsNumberFormatPresent : bool with get
Property Value
Type:
Boolean
See Also