SpreadsheetGear.Shapes Namespace : IControlFormat Interface |
The following tables list the members exposed by IControlFormat.
Name | Description | |
---|---|---|
![]() | DropDownLines | Gets or sets the number of items to display when in a dropdown list box. |
![]() | LargeChange | Gets or sets the large change amount for a scrollbar control. |
![]() | LinkedCell | Gets or sets a cell reference or defined name which specifies a cell to be linked to this control; changes to the linked cell (such as entering TRUE) will be reflected in the control and changes to the control (such as checking a checkbox) will be reflected in the linked cell. |
![]() | List | Returns the list of items from the cells in ListFillRange. |
![]() | ListCount | Returns the number of items in a list. |
![]() | ListFillRange | Gets or sets a range reference or defined name which specifies a range from which to fill a list box. |
![]() | ListIndex | Gets or sets the zero based list index, or -1 to indicate that no list item is selected. |
![]() | Max | Gets or sets the maximum value for a scrollbar or spinner control. |
![]() | Min | Gets or sets the minimum value for a scrollbar or spinner control. |
![]() | SmallChange | Gets or sets the small change amount for a scrollbar or spinner control. |
![]() | Value | Gets or sets the value of the represented control. |
Name | Description | |
---|---|---|
![]() | AddItem | Overloaded. Adds the specified list item at the end of the list. |
![]() | RemoveAllItems | Removes all items from a list. |
![]() | RemoveItem | Removes the specified number of items starting at the zero based index. |