Spread WPF 17
GrapeCity.Excel Namespace / ExcelCell Class / ColumnSpan Property


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

    Property Value

    The column span.
    See Also