FlexGrid for WinForms
CellRangeCollection Constructor



Grid that owns the collection.
Initializes a new instance of a CellRangeCollection.
Syntax
'Declaration
 
Public Function New( _
   ByVal flexGrid As C1FlexGrid _
)
'Usage
 
Dim flexGrid As C1FlexGrid
 
Dim instance As New CellRangeCollection(flexGrid)
public CellRangeCollection( 
   C1FlexGrid flexGrid
)
public:
CellRangeCollection( 
   C1FlexGrid^ flexGrid
)

Parameters

flexGrid
Grid that owns the collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellRangeCollection Class
CellRangeCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback