GrapeCity.Xaml.SpreadSheet.Data
GetColumnLabel(Int32,Int32) Method
Example 


The column header row index.
The column index.
Gets the text in the specified column header cell in the specified column header row.
Syntax
'Declaration
 
Public Overloads Function GetColumnLabel( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As String
'Usage
 
Dim instance As Worksheet
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
The column header row index.
column
The column index.

Return Value

Returns the column label string.
Example
This example uses the GetColumnLabel method.
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetColumnLabel(0).ToString());
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetColumnLabel(0,2).ToString());
listBox1.Items.Add(gcSpreadSheet1.Sheets[0].GetColumnViewportCount().ToString());
listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetColumnLabel(0).ToString())
listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetColumnLabel(0,2).ToString())
listBox1.Items.Add(gcSpreadSheet1.Sheets(0).GetColumnViewportCount().ToString())
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options