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


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

    Property Value

    The column span.
    See Also