Spread Windows Forms 12.0 Product Documentation
GetColumnLabel(Int32,Int32) Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : GetColumnLabel(Int32,Int32) Method
Column header row index
Column index
Gets the text in the specified column header cell on this sheet.
Syntax
'Declaration
 
Public Function GetColumnLabel( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As String
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim value As String
 
value = instance.GetColumnLabel(row, column)
public string GetColumnLabel( 
   int row,
   int column
)

Parameters

row
Column header row index
column
Column index
See Also

Reference

SheetView Class
SheetView Members