Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public bool RowColOfPage(
	int pageIdx,
	out int row,
	out int col
)
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function RowColOfPage ( _
	pageIdx As Integer, _
	<OutAttribute> ByRef row As Integer, _
	<OutAttribute> ByRef col As Integer _
) As Boolean

Parameters

pageIdx
Type: System..::.Int32
row
Type: System..::.Int32%
col
Type: System..::.Int32%

See Also