DataSorter
IsIncludeTitle Property
|
Indicates whether the cell range has title.
Namespace:
Spire.Xls.Core.Spreadsheet.Sorting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsIncludeTitle { get; set; }
Public Property IsIncludeTitle As Boolean
Get
Set
public:
virtual property bool IsIncludeTitle {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsIncludeTitle : bool with get, set
override IsIncludeTitle : bool with get, set
Property Value
Type:
Boolean
Implements
IDataSort
IsIncludeTitle
See Also