IDataSort
IsIncludeTitle Property
|
Indicates whether the range has header.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsIncludeTitle { get; set; }
Property IsIncludeTitle As Boolean
Get
Set
property bool IsIncludeTitle {
bool get ();
void set (bool value);
}
abstract IsIncludeTitle : bool with get, set
Property Value
Type:
Boolean
See Also