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


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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SheetView Class
SheetView Members
RowHeader Class
ColumnHeader Property

User-Task Documentation

Working with Headers
Customizing the Appearance of Headers

 

 


Copyright © GrapeCity, inc. All rights reserved.