Spread Windows Forms 12.0 Product Documentation
GetDataColumnCaption Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > DefaultSheetDataModel Class : GetDataColumnCaption Method
Column index for which caption is requested
Gets the column caption at the specified position.
Syntax
'Declaration
 
Public Function GetDataColumnCaption( _
   ByVal column As Integer _
) As String
'Usage
 
Dim instance As DefaultSheetDataModel
Dim column As Integer
Dim value As String
 
value = instance.GetDataColumnCaption(column)
public string GetDataColumnCaption( 
   int column
)

Parameters

column
Column index for which caption is requested

Return Value

String containing the column caption of the bound data for the specified column
Exceptions
ExceptionDescription
Specified index is out of range; must be between 0 and the total number of columns
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members