Spread Windows Forms 12.0 Product Documentation
RowHeader Property (SheetView)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : RowHeader Property
Gets the RowHeader object for the row header area of the sheet.
Syntax
'Declaration
 
Public ReadOnly Property RowHeader As RowHeader
'Usage
 
Dim instance As SheetView
Dim value As RowHeader
 
value = instance.RowHeader
public RowHeader RowHeader {get;}

Property Value

RowHeader object containing the row header
Example
This example sets up a number of column and row headers for the spreadsheet.
fpSpread1.ActiveSheet.ColumnHeader.RowCount = 3;
fpSpread1.ActiveSheet.RowHeader.ColumnCount = 2;
FpSpread1.ActiveSheet.ColumnHeader.RowCount = 3
FpSpread1.ActiveSheet.RowHeader.ColumnCount = 2
See Also

Reference

SheetView Class
SheetView Members
RowHeader Class
ColumnHeader Property

User-Task Documentation

Working with Headers
Customizing the Appearance of Headers