Table of Contents

Interface ITabSheet

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface ITabSheet : IExcelApplication
Inherited Members

Properties

CheckBoxes

ICheckBoxes CheckBoxes { get; }

Property Value

ICheckBoxes

CodeName

string CodeName { get; set; }

Property Value

string

ComboBoxes

IComboBoxes ComboBoxes { get; }

Property Value

IComboBoxes

IsPasswordProtected

bool IsPasswordProtected { get; }

Property Value

bool

IsRightToLeft

bool IsRightToLeft { get; set; }

Property Value

bool

IsSelected

bool IsSelected { get; }

Property Value

bool

Name

string Name { get; set; }

Property Value

string

Pictures

IPictures Pictures { get; }

Property Value

IPictures

ProtectContents

bool ProtectContents { get; }

Property Value

bool

ProtectDrawingObjects

bool ProtectDrawingObjects { get; }

Property Value

bool

ProtectScenarios

bool ProtectScenarios { get; }

Property Value

bool

Protection

SheetProtectionType Protection { get; }

Property Value

SheetProtectionType

RadioButtons

IRadioButtons RadioButtons { get; }

Property Value

IRadioButtons

TabColor

Color TabColor { get; set; }

Property Value

Color

TabIndex

int TabIndex { get; }

Property Value

int

TabKnownColor

ExcelColors TabKnownColor { get; set; }

Property Value

ExcelColors

TextBoxes

ITextBoxes TextBoxes { get; }

Property Value

ITextBoxes

Visibility

WorksheetVisibility Visibility { get; set; }

Property Value

WorksheetVisibility

Workbook

IWorkbook Workbook { get; }

Property Value

IWorkbook

Methods

Activate()

void Activate()

Protect(string)

void Protect(string password)

Parameters

password string

Protect(string, SheetProtectionType)

void Protect(string password, SheetProtectionType options)

Parameters

password string
options SheetProtectionType

Select()

void Select()

Unprotect(string)

void Unprotect(string password)

Parameters

password string

Unselect()

void Unselect()