[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IAdjustments

Interface IAdjustments

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents a collection of adjustment values for the specified AutoShape or connector.

public interface IAdjustments : IEnumerable
Inherited Members
System.Collections.IEnumerable.GetEnumerator()

Properties

Count

Gets the count of adjustments point.

int Count { get; }

Property Value

int

this[int]

Gets or sets the value of specified adjustment point.

double this[int Index] { get; set; }

Parameters

Index int

The index number of adjustments collection.

Property Value

double

The value of the specified adjustment point.