Spread Windows Forms 12.0 Product Documentation
HeaderRowVisible Property (ITableRange)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > ITableRange Interface : HeaderRowVisible Property
Gets or sets whether the header is visible.
Syntax
'Declaration
 
Property HeaderRowVisible As Boolean
'Usage
 
Dim instance As ITableRange
Dim value As Boolean
 
instance.HeaderRowVisible = value
 
value = instance.HeaderRowVisible
bool HeaderRowVisible {get; set;}
See Also

Reference

ITableRange Interface
ITableRange Members