Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SheetCellRangeCollection Class
Members


In This Topic
    SheetCellRangeCollection Class
    In This Topic
    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
    public class SheetCellRangeCollection : System.Collections.Generic.List<SheetCellRange> 
    Inheritance Hierarchy

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

    See Also