Version

Sheet Class Members

The following tables list the members exposed by Sheet.

Public Properties
 NameDescription
Public PropertyHasProtectionPasswordReturns a boolean indicating if the Sheet has been protected with a password.  
Public PropertyIsProtectedReturns a boolean indicating if the Worksheet has been protected.  
Public PropertyNameGets or sets the sheet name.  
Public PropertySelectedGets the value which indicates whether this worksheet is selected.  
Public PropertySheetIndexGets the zero-based index of this sheet in its parent Workbook.Sheets collection.  
Public PropertyTabColorInfoGets or sets the WorkbookColorInfo to use for the associated sheet's tab in the tab bar of Microsoft Excel.  
Public PropertyTypeReturns a value indicating the type of sheet  
Public PropertyWorkbookGets the Workbook that owns the worksheet.  
Public Methods
 NameDescription
Public MethodMoveToSheetIndexMoves the sheet to a new position in the owning workbook's collections of sheets.  
Public MethodUnprotectOverloaded. Attempts to use the specified password to remove the WorkSheet protection currently in place.  
Public Events
 NameDescription
Public EventPropertyChangedOccurs after a property value has changed  
See Also