Click or drag to resize

PageColRow Structure

Represents a range of columns and rows on a page, defined by starting and ending column and row indices.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public struct PageColRow

The PageColRow type exposes the following members.

Methods
Name Description
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType .)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
Top
Fields
Name Description
Public field EndCol
Represents the ending column index in a data structure, such as a table or matrix.
Public field EndRow
Represents the index of the last row in a data structure or table.
Public field StartCol
Represents the starting column index for a particular operation or data structure.
Public field StartRow
Represents the starting row index for operations or data processing.
Top
See Also