Version

Worksheet Class Methods

For a list of all members of this type, see Worksheet members.

Public Methods
 NameDescription
Public MethodDeleteCellsOverloaded. Deletes a region of cells.  
Public MethodGetCellOverloaded. Gets the cell at the specified address or name.  
Public MethodGetCellConditionalFormatGets the cell conditional format for the cell at the specified row and column index.  
Public MethodGetDefaultColumnWidthGets the default column width in the specified units.  
Public MethodGetRegionOverloaded. Gets the region at the specified address or name.  
Public MethodGetRegionsOverloaded. Gets the regions at the specified address or name.  
Public MethodHideColumnsHides the columns in the specified range.  
Public MethodHideRowsHides the rows in the specified range.  
Public MethodInsertCellsOverloaded. Inserts a region of cells.  
Public MethodMoveToIndexMoves the worksheet to a new position in the owning workbook's collections of worksheets.  
Public MethodMoveToSheetIndexMoves the sheet to a new position in the owning workbook's collections of sheets. (Inherited from Infragistics.Documents.Excel.Sheet)
Public MethodProtectOverloaded. Protects the worksheet with the specified password.  
Public MethodSetDefaultColumnWidthSets the default column width in the specified units.  
Public MethodUnhideColumnsUnhides the columns in the specified range.  
Public MethodUnhideRowsUnhides the rows in the specified range.  
Public MethodUnprotectOverloaded. Attempts to use the specified password to remove the WorkSheet protection currently in place. (Inherited from Infragistics.Documents.Excel.Sheet)
See Also