Encapsulates a collection of gridcell objects.

Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class CellRange : ICollection, IEnumerable, 
	IEnumerator
Public Class CellRange
	Implements ICollection, IEnumerable, IEnumerator
public ref class CellRange : ICollection, 
	IEnumerable, IEnumerator
type CellRange =  
    class
        interface ICollection
        interface IEnumerable
        interface IEnumerator
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Bottom
Gets the row index of the bottom-right corner of the cell range.
Clone()()()()
CopyAllMembers(CellRange)
CopyTo(Array, Int32)
Copies the cells to an array.
Count
Gets the count of the cells.
Current
Gets the current element in the collection.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from 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.)
FirstCell()()()()
Goto first cell.
GetEnumerator()()()()
Returns an IEnumerator for the collection.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Height
Gets the height of the range.
IntersectRange(CellRange)
Get inasect range.
IntersectRange(CellRange, CellRange)
Get intasect range.
IsSynchronized
Left
Gets the column index of the upper-left corner of the cell range.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Merge()()()()
Merages the cell range.
MoveNext()()()()
Advances the enumerator to the next element of the collection.
OffsetRange(Int32, Int32)
PopulateValues(Object)
Sets value of the range.
Reset()()()()
Sets the enumerator to first element.
Right
Gets the column index of the bottom-right corner of the cell range.
SetStyles(CellStyle)
Sets style of the range.
SyncRoot
Top
Gets the row index of the upper-left corner of the cell range.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UnionRange(CellRange)
UnionRange(CellRange, CellRange)
Unmerge()()()()
Unmerges the cell range.
Width
Gets the width of the range.

Inheritance Hierarchy

System..::..Object
  Spire.Spreadsheet.Forms.Collections..::..CellRange

See Also