Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcReference Class / GetColumn Method
The range index.


In This Topic
    GetColumn Method (CalcReference)
    In This Topic
    Gets the base column index for a range which specified by range.
    Syntax
    'Declaration
     
    Public MustOverride Function GetColumn( _
       ByVal range As Integer _
    ) As Integer
    'Usage
     
    Dim instance As CalcReference
    Dim range As Integer
    Dim value As Integer
     
    value = instance.GetColumn(range)
    public abstract int GetColumn( 
       int range
    )

    Parameters

    range
    The range index.

    Return Value

    An System.Int32 indicates the base column index for range at range.
    See Also