BCGControlBar Library for .NET
GetTotalRowHeight Method (GridData)




Specifies default row height.
Calculates total row height.
Syntax
'Declaration
 
Public Function GetTotalRowHeight( _
   ByVal defaultRowHeight As Integer _
) As Integer
'Usage
 
Dim instance As GridData
Dim defaultRowHeight As Integer
Dim value As Integer
 
value = instance.GetTotalRowHeight(defaultRowHeight)
public int GetTotalRowHeight( 
   int defaultRowHeight
)
public: int GetTotalRowHeight( 
   int defaultRowHeight
) 
public:
int GetTotalRowHeight( 
   int defaultRowHeight
) 

Parameters

defaultRowHeight
Specifies default row height.

Return Value

Total row height.
Remarks
Should be called with caution, because it loops over all rows and can affect performance in large grids.
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

GridData Class
GridData Members

Send Feedback