Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SelectionInfo Class / Column2 Property


In This Topic
    Column2 Property (SelectionInfo)
    In This Topic
    Gets the zero based column number of the last column of this RangeInfo.
    Syntax
    'Declaration
     
    <NotifyParentPropertyAttribute(True)>
    Public Property Column2 As Integer
    'Usage
     
    Dim instance As SelectionInfo
    Dim value As Integer
     
    instance.Column2 = value
     
    value = instance.Column2
    [NotifyParentProperty(true)]
    public int Column2 {get; set;}

    Property Value

    An integer that specifies the zero based column number of the last column.
    Remarks
    If this RangeInfo contains multiple areas, the last column number of the last area is returned.
    See Also