FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnFooterText Method
Column header row footer index
Column footer index


In This Topic
GetColumnFooterText Method
In This Topic
Gets the text in the specified column footer cell on this sheet.
Syntax
'Declaration
 
Public Function GetColumnFooterText( _
   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.GetColumnFooterText(row, column)

Parameters

row
Column header row footer index
column
Column footer index
See Also