GrapeCity MultiRow Windows Forms Documentation
Item(String) Property


The name of the ColumnFooterSection to get.
Gets the ColumnFooterSection by the specified name.
Syntax
<FeatureAttribute(Name="RowCollection", Version="v5.0")>
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As ColumnFooterSection
Dim instance As ColumnFooterSectionCollection
Dim name As String
Dim value As ColumnFooterSection
 
value = instance.Item(name)
[Feature(Name="RowCollection", Version="v5.0")]
public ColumnFooterSection Item( 
   string name
) {get;}

Parameters

name
The name of the ColumnFooterSection to get.

Property Value

A ColumnFooterSection with the specified name.
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

ColumnFooterSectionCollection Class
ColumnFooterSectionCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.