Click or drag to resize

CellRange Fields

The CellRange type exposes the following members.

Fields
Name Description
Protected field m_bIsDisposed
Flag which indicates if the object was disposed or not.
(Inherited from XlsObject .)
Protected field m_book
Represents the workbook object.
(Inherited from XlsRange .)
Protected field m_iBottomRow
Index of the bottom row.
(Inherited from XlsRange .)
Protected field m_iLeftColumn
Index of the left column.
(Inherited from XlsRange .)
Protected field m_iRightColumn
Index of the right column.
(Inherited from XlsRange .)
Protected field m_iTopRow
Index of the top row.
(Inherited from XlsRange .)
Protected field m_style
The base style for the cell.
(Inherited from XlsRange .)
Top
See Also