Spread Windows Forms 12.0 Product Documentation
Visible Property (IRowHeader)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRowHeader Interface : Visible Property
Gets or sets whether the row header is visible.
Syntax
'Declaration
 
Property Visible As Boolean
'Usage
 
Dim instance As IRowHeader
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
bool Visible {get; set;}
See Also

Reference

IRowHeader Interface
IRowHeader Members