[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.ISelector

Interface ISelector

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

Represents a control that allows a user to select items from among its child elements.

public interface ISelector : ICellLinkControl<int>, ICellLinkControl, IControl
Inherited Members

Properties

ItemsSourceRange

Represents the items source of this control. This property can't be used if items were added to Items.

IRange ItemsSourceRange { get; set; }

Property Value

IRange

Remarks

This property doesn't handle #REF! errors. #REF! will be treated as an empty collection.

SelectedIndex

Represents the selected index of this control.

int SelectedIndex { get; set; }

Property Value

int

Remarks

Not fully supported by the *.ssjson and *.sjs format. The index could cause System.ArgumentOutOfRangeException if Items lost data.