Click or drag to resize

ITabSheet Properties

The ITabSheet type exposes the following members.

Properties
Name Description
Public property CheckBoxes
Returns collection with all checkboxes inside this worksheet. Read-only.
Public property CodeName
Name used by macros to access workbook items. Read-only.
Public property ComboBoxes
Returns collection with all comboboxes inside this worksheet. Read-only.
Public property IsPasswordProtected
Indicates if the worksheet is password protected.
Public property IsRightToLeft
Indicates whether worksheet is displayed right to left.
Public property IsSelected
Indicates whether tab of this sheet is selected. Read-only.
Public property Name
Gets / sets name of the tab sheet.
Public property Parent
Gets the parent object of the current instance.
(Inherited from IExcelApplication .)
Public property Pictures
Returns pictures collection. Read-only.
Public property ProtectContents
Indicates is current sheet is protected.
Public property ProtectDrawingObjects
True if objects are protected. Read-only.
Public property Protection
Gets protected options. Read-only. For sets protection options use "Protect" method.
Public property ProtectScenarios
True if the scenarios of the current sheet are protected. Read-only.
Public property RadioButtons
Returns collection with all option buttons inside this worksheet. Read-only.
Public property TabColor
Gets / sets tab color.
Public property TabIndex
Returns index in the parent ITabSheets collection. Read-only.
Public property TabKnownColor
Gets / sets tab color.
Public property TextBoxes
Returns collection with all textboxes inside this worksheet. Read-only.
Public property Visibility
Control visibility of worksheet to end user.
Public property Workbook
Returns parent workbook. Read-only.
Top
See Also