Spread for ASP.NET 10 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.Web.Spread.Chart.SheetCellRangeCollection

Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

SheetCellRangeCollection Members
FarPoint.Web.Spread.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.