Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / AnchorPoint Structure / Row Property


In This Topic
    Row Property (AnchorPoint)
    In This Topic
    Gets or sets the row index of the anchor cell.
    Syntax
    'Declaration
     
    Public Property Row As Integer
    'Usage
     
    Dim instance As AnchorPoint
    Dim value As Integer
     
    instance.Row = value
     
    value = instance.Row
    public int Row {get; set;}

    Property Value

    The row index of the anchor cell.
    See Also