Gets the string representation of the range of cells in the region. Syntax Parameters cellReferenceMode The mode used to generate cell references.includeWorksheetName The value indicating whether to include the worksheet name in the range address. Return Value The string representation of the range of cells in the...
Gets the string representation of the range of cells in the region. Syntax Parameters cellReferenceMode The mode used to generate cell references.includeWorksheetName The value indicating whether to include the worksheet name in the range address.useRelativeColumn The value indicating whether to use a relative col...
Gets the string representation of the range of cells in the region. Overload List
Gets the worksheet on which the region resides. Syntax Property Value The worksheet on which the region resides or null if the region has been shifted off the worksheet.
Initializes a new instance of the WorksheetRegion class. Syntax Parameters worksheet The worksheet on which the region resides.firstRow The index of the first row of the region.firstColumn The index of the first column of the region.lastRow The index of the last row of the region.lastColumn The index of the last r...
Overload List
Represents a row in a Microsoft Excel worksheet. Syntax
A collection of rows in a worksheet. Syntax Remarks Rows in this collection are lazily created (they are only created and added to the collection when they are accessed). If this collection is enumerated, it only enumerates the rows which were already accessed.
Public Properties Public Methods
Public Methods