Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public float GetRowspanHeight(
	int rowIndex,
	int cellIndex
)
Visual Basic
Public Function GetRowspanHeight ( _
	rowIndex As Integer, _
	cellIndex As Integer _
) As Single
Visual C++
public:
float GetRowspanHeight(
	int rowIndex, 
	int cellIndex
)

Parameters

rowIndex
Type: System..::..Int32
cellIndex
Type: System..::..Int32

See Also