Encapsulates the object that represents a range of cells within a spreadsheet.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class CellRangeInfo
Public Class CellRangeInfo
public ref class CellRangeInfo
type CellRangeInfo = class end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| CellRangeInfo()()()() |
Initializes a new CellrangeInfo object.
| |
| CellRangeInfo(String) |
Initializes a new CellRangeInfo object.
| |
| CellRangeInfo(Int32, Int32, Int32, Int32) |
Initializes a new CellrangeInfo object.
| |
| Address |
Gets the address of cell range.
| |
| Bottom |
Gets or sets the index of the bottom row of the range.
| |
| Clone()()()() | ||
| Copy(CellRangeInfo) |
Copies from another CellRange object.
| |
| CopyAllMembers(CellRangeInfo) | ||
| Equals(Object) | (Overrides Object..::..Equals(Object).) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAlphaLabel(Int32) | ||
| GetHashCode()()()() | (Overrides Object..::..GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InsertColumns(Int32, Int32) |
Inserts columns.
| |
| InsertRows(Int32, Int32) |
Insert rows
| |
| IntersectRange(CellRangeInfo) |
Get inasect range.
| |
| IntersectRange(CellRangeInfo, CellRangeInfo) |
Get intasect range.
| |
| Left |
Gets or sets the index of the left column of the range.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OffsetRange(Int32, Int32) | ||
| Right |
Gets or sets the index of the right column of the range.
| |
| Top |
Gets or sets the index of the Top row of the range.
| |
| ToString()()()() |
A string that contains the column and row index of the top-left and bottom-right position of this range.
(Overrides Object..::..ToString()()()().) | |
| UnionRange(CellRangeInfo) | ||
| UnionRange(CellRangeInfo, CellRangeInfo) | ||
| Worksheet |
Gets worksheet object.
|