Version

GetBiggerDimension Method (PivotHeaderPanel)

Gets bigger dimension from cell size and row's height or column's width.
Syntax
'Declaration
 
Protected MustOverride Function GetBiggerDimension( _
   ByVal currentIndex As Integer, _
   ByVal cellSize As Size _
) As Double
protected abstract double GetBiggerDimension( 
   int currentIndex,
   Size cellSize
)

Parameters

currentIndex
Index of column which width should be checked.
cellSize
Size of the cell.

Return Value

determinated dimension.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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