Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / AnchorPoint Structure / RowOffset Property


In This Topic
    RowOffset Property
    In This Topic
    Gets or sets the row offset of the drawing element.
    Syntax
    'Declaration
     
    
    Public Property RowOffset As Double
    'Usage
     
    
    Dim instance As AnchorPoint
    Dim value As Double
     
    instance.RowOffset = value
     
    value = instance.RowOffset
    public double RowOffset {get; set;}

    Property Value

    The vertical position of the drawing element, relative to the upper-left corner of the anchor cell.
    See Also