GrapeCity MultiRow Windows Forms Documentation
Cells Property


Gets the collection of cells that populate the Section.
Syntax
<DefaultValueAttribute()>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<BrowsableAttribute(False)>
Public ReadOnly Property Cells As CellCollection
Dim instance As Section
Dim value As CellCollection
 
value = instance.Cells
[DefaultValue()]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[Browsable(false)]
public CellCollection Cells {get;}

Property Value

A CellCollection that contains all of the cells in the Section. The default is a null reference (Nothing in Visual Basic).
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

Section Class
Section Members
Cell Class
CellCollection Class

 

 


Copyright © GrapeCity, inc. All rights reserved.