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


Gets the ColumnHeader object for the column header area of the sheet.
Syntax
'Declaration
 
Public ReadOnly Property ColumnHeader As ColumnHeader
'Usage
 
Dim instance As SheetView
Dim value As ColumnHeader
 
value = instance.ColumnHeader
public ColumnHeader ColumnHeader {get;}

Property Value

ColumnHeader object containing the column 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
ColumnHeader Class
RowHeader Property

User-Task Documentation

Customizing the Appearance of Headers
Working with Headers

 

 


Copyright © GrapeCity, inc. All rights reserved.