Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CellRangeInfo()()()()
Initializes a new instance of the CellRangeInfo class
CellRangeInfo(String)
Initializes a new instance of the CellRangeInfo class
CellRangeInfo(Int32, Int32, Int32, Int32)
Initializes a new instance of the CellRangeInfo class
Address
Bottom
Clone()()()()
Copy(CellRangeInfo)
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)
InsertRows(Int32, Int32)
IntersectRange(CellRangeInfo)
IntersectRange(CellRangeInfo, CellRangeInfo)
Left
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OffsetRange(Int32, Int32)
Right
Sort(array<SortOrder>[]()[][], SortOrientation, Boolean)
Sort(array<Int32>[]()[][], array<SortOrder>[]()[][], SortOrientation, Boolean)
Top
ToString()()()() (Overrides Object..::..ToString()()()().)
UnionRange(CellRangeInfo)
UnionRange(CellRangeInfo, CellRangeInfo)
Worksheet

Inheritance Hierarchy

System..::..Object
  Spire.Spreadsheet.Forms..::..CellRangeInfo

See Also