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


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

    Property Value

    The offset relative to the start row of the floating object.
    See Also