ActiveReports.Viewer3 Request technical support
GetItemHeight Method
See Also 


index

Syntax

Visual Basic (Declaration) 
Public Function GetItemHeight( _
   ByVal index As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As ZoomCombo
Dim index As Integer
Dim value As Integer
 
value = instance.GetItemHeight(index)
C# 
public int GetItemHeight( 
   int index
)

Parameters

index

See Also