Version

Search Results

ToString(CellReferenceMode,Boolean) Method

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...

ToString(CellReferenceMode,Boolean,Boolean,Boolean) Method

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...

ToString Method (WorksheetRegion)

Gets the string representation of the range of cells in the region. Overload List

Worksheet Property (WorksheetRegion)

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.

WorksheetRegion Constructor

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...

WorksheetRow Class

Represents a row in a Microsoft Excel worksheet. Syntax

WorksheetRowCollection Class

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.

WorksheetRowCollection Class Members

Public Properties Public Methods