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


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

    Property Value

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