Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / GetDataColumnName Method
Column index for which name is requested
Example


In This Topic
    GetDataColumnName Method (DefaultSheetDataModel)
    In This Topic
    Gets the column name at the specified position.
    Syntax
    'Declaration
     
    
    Public Function GetDataColumnName( _
       ByVal column As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim column As Integer
    Dim value As String
     
    value = instance.GetDataColumnName(column)
    public string GetDataColumnName( 
       int column
    )

    Parameters

    column
    Column index for which name is requested

    Return Value

    String containing the name of the column
    Exceptions
    ExceptionDescription
    Specified index is out of range; must be between 0 and the total number of columns
    Example
    See Also