Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Adjustments Property


In This Topic
    Adjustments Property
    In This Topic
    Gets an IAdjustments object that contains adjustment values for all the adjustments in the specified shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property Adjustments As IArray(Of Double)
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As IArray(Of Double)
     
    value = instance.Adjustments
    IArray<double> Adjustments {get;}

    Property Value

    The IAdjustments object.
    See Also