Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SheetCellRangeCollection Class
Members


SheetCellRangeCollection Class
Represents a strongly typed list of SheetCellRange that can be accessed by index. Provides methods to search, sort, and manipulate lists.
Syntax
'Declaration
 
Public Class SheetCellRangeCollection 
   Inherits System.Collections.Generic.List(Of SheetCellRange)
 
'Usage
 
Dim instance As SheetCellRangeCollection
Inheritance Hierarchy

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

See Also