Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / GetColumnIndex Method
Example


In This Topic
    GetColumnIndex Method (FpSpread)
    In This Topic
    Returns the client column index for the specified column.
    Syntax
    'Declaration
     
    
    Public Function GetColumnIndex( _
       ByVal column As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As FpSpread
    Dim column As Integer
    Dim value As Integer
     
    value = instance.GetColumnIndex(column)
    public int GetColumnIndex( 
       int column
    )

    Parameters

    column
    Example
    This example uses the GetColumnIndex method.
    See Also