Interface IDistancesHost
An object that implements the Distances property.
Inherited Members
System.IDisposable.Dispose()
Namespace: Syncfusion.Windows.Forms.CellGrid.ScrollAxis
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public interface IDistancesHost : IDisposable
Properties
Distances
Gets or sets the distances.
Declaration
IDistanceCounterCollection Distances { get; }
Property Value
Type | Description |
---|---|
IDistanceCounterCollection | The distances. |