Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DrawingObject Class / AnchorRow Property


In This Topic
    AnchorRow Property
    In This Topic
    Gets the anchor row.
    Syntax
    'Declaration
     
    Public ReadOnly Property AnchorRow As Integer
    'Usage
     
    Dim instance As DrawingObject
    Dim value As Integer
     
    value = instance.AnchorRow
    public int AnchorRow {get;}

    Property Value

    The anchor row.
    See Also