Spread Windows Forms 9.0 Product Documentation
SheetCellRangeCollection Class
Members 


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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SheetCellRangeCollection Members
FarPoint.Win.Spread.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.