Spread WPF 17
GrapeCity.Excel Namespace / IRange Interface / ColumnSpan Property


In This Topic
    ColumnSpan Property (IRange)
    In This Topic
    Gets the column span of the range.
    Syntax
    'Declaration
     
    ReadOnly Property ColumnSpan As Integer
    'Usage
     
    Dim instance As IRange
    Dim value As Integer
     
    value = instance.ColumnSpan
    int ColumnSpan {get;}

    Property Value

    The column span.
    See Also