GrapeCity MultiRow Windows Forms Documentation
GetRowsHeight(MultiRowElementStates) Method


. A bitwise combination of MultiRowElementStates values.
Retrieves the cumulative height of the row objects that meet the specified criteria.
Syntax
Public Overloads Function GetRowsHeight( _
   ByVal includeFilter As MultiRowElementStates _
) As Integer
Dim instance As RowCollection
Dim includeFilter As MultiRowElementStates
Dim value As Integer
 
value = instance.GetRowsHeight(includeFilter)
public int GetRowsHeight( 
   MultiRowElementStates includeFilter
)

Parameters

includeFilter
. A bitwise combination of MultiRowElementStates values.

Return Value

A System.Int32 that indicates the cumulative height of Row objects in the RowCollection that have the attributes specified by includeFilter.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe includeFilter has an invalid value for the MultiRowElementStates enumeration.
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

RowCollection Class
RowCollection Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.