Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / ToggleHeaders() Method


In This Topic
ToggleHeaders() Method
In This Topic
Toggles the headers row's visibility.
Syntax
'Declaration
 
Public Function ToggleHeaders() As ActionResult(Of Table)
 
'Usage
 
Dim instance As Table
Dim value As ActionResult(Of Table)
 
value = instance.ToggleHeaders()

Return Value

true if the action complete successfully, false otherwise.
See Also