FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / RowHeaderAutoText Property
Example


RowHeaderAutoText Property
Gets or sets whether row headers display letters or numbers or are blank.
Syntax
'Declaration
 
Public Property RowHeaderAutoText As HeaderAutoText
 
'Usage
 
Dim instance As SheetView
Dim value As HeaderAutoText
 
instance.RowHeaderAutoText = value
 
value = instance.RowHeaderAutoText

Property Value

HeaderAutoText setting that specifies which automatic text appears
Remarks
This property is available at run time only.
Example
This example sets the row headers to display numbers.
See Also