Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ColumnSpan Property


In This Topic
    ColumnSpan Property (Cell)
    In This Topic
    Gets or sets the number of columns spanned by this cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(1)>
    Public Property ColumnSpan As Integer
    'Usage
     
    Dim instance As Cell
    Dim value As Integer
     
    instance.ColumnSpan = value
     
    value = instance.ColumnSpan
    [DefaultValue(1)]
    public int ColumnSpan {get; set;}

    Property Value

    The number of columns spanned by this cell. The default value is 1.
    Remarks
    If this cell represents a range of cells, then this property returns or sets the upper-left cell in the range.
    See Also