'Declaration Public Overloads Function GetRowHeight( _ ByVal row As Integer _ ) As Double
'Declaration
Public Overloads Function GetRowHeight( _ ByVal row As Integer _ ) As Double
'Usage Dim instance As DocumentParagraph Dim row As Integer Dim value As Double value = instance.GetRowHeight(row)
'Usage
Dim instance As DocumentParagraph Dim row As Integer Dim value As Double value = instance.GetRowHeight(row)
public double GetRowHeight( int row )
DocumentParagraph Class DocumentParagraph Members Overload List