Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyle Class / ShowAsAvailableTimelineStyle Property


In This Topic
ShowAsAvailableTimelineStyle Property
In This Topic
Gets or sets a value indicating whether the table style is shown as available in the time-line styles gallery.
Syntax
'Declaration
 
Public Property ShowAsAvailableTimelineStyle As Boolean
 
'Usage
 
Dim instance As TableStyle
Dim value As Boolean
 
instance.ShowAsAvailableTimelineStyle = value
 
value = instance.ShowAsAvailableTimelineStyle

Property Value

true if the table style is shown as available in the time-line styles gallery; otherwise, false.
Remarks
This property take effect on XLSX import/export only.
See Also