Spread Windows Forms 12.0 Product Documentation
SheetCellRangeCollection Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace : SheetCellRangeCollection Class
Represents a strongly typed list of SheetCellRange that can be accessed by index. Provides methods to search, sort, and manipulate lists.
Object Model
SheetCellRangeCollection ClassSheetCellRange Class
Syntax
'Declaration
 
Public Class SheetCellRangeCollection 
   Inherits System.Collections.Generic.List(Of SheetCellRange)
'Usage
 
Dim instance As SheetCellRangeCollection
public class SheetCellRangeCollection : System.Collections.Generic.List<SheetCellRange> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      FarPoint.Win.Spread.Chart.SheetCellRangeCollection

See Also

Reference

SheetCellRangeCollection Members
FarPoint.Win.Spread.Chart Namespace