Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObject Class / EndColumn Property


In This Topic
    EndColumn Property (FloatingObject)
    In This Topic
    Gets the end column index of the floating object position.
    Syntax
    'Declaration
     
    Public ReadOnly Property EndColumn As Integer
    'Usage
     
    Dim instance As FloatingObject
    Dim value As Integer
     
    value = instance.EndColumn
    public int EndColumn {get;}

    Property Value

    The end column index of the floating object position.
    See Also