Version

WorksheetRegion Class Members

The following tables list the members exposed by WorksheetRegion.

Public Constructors
 NameDescription
Public ConstructorWorksheetRegion ConstructorInitializes a new instance of the WorksheetRegion class.  
Public Properties
 NameDescription
Public PropertyFirstColumnGets the index of the first column in the region.  
Public PropertyFirstRowGets the index of the first row in the region.  
Public PropertyLastColumnGets the index of the last column in the region.  
Public PropertyLastRowGets the index of the last row in the region.  
Public PropertyWorksheetGets the worksheet on which the region resides.  
Public Methods
 NameDescription
Public MethodApplyArrayFormulaApplies a array formula to the region of cells.  
Public MethodApplyFormulaApplies a formula to the region of cells.  
Public MethodEqualsDetermines whether the specified value equals this WorksheetRegion.  
Public MethodFormatAsTableOverloaded. Formats the region as a table and adds an associated WorksheetTable to the Worksheet.Tables collection.  
Public MethodGetBoundsInTwipsOverloaded. Gets the bounds of the region in twips (1/20th of a point).  
Public MethodGetHashCodeGtes the hash code for the WorksheetRegion.  
Public MethodToStringOverloaded. Gets the string representation of the range of cells in the region.  
See Also