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


In This Topic
    EndColumnOffset Property
    In This Topic
    Gets the offset relative to the end column of the floating object.
    Syntax
    'Declaration
     
    Public ReadOnly Property EndColumnOffset As Double
    'Usage
     
    Dim instance As FloatingObject
    Dim value As Double
     
    value = instance.EndColumnOffset
    public double EndColumnOffset {get;}

    Property Value

    The offset relative to the end column of the floating object.
    See Also