WorksheetGetWorksheetPage(Int32, Int32) Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public DocumentPage GetWorksheetPage(
int y,
out int collapsedHeight
)
Public Function GetWorksheetPage (
y As Integer,
<OutAttribute> ByRef collapsedHeight As Integer
) As DocumentPage
public:
DocumentPage^ GetWorksheetPage(
int y,
[OutAttribute] int% collapsedHeight
)
member GetWorksheetPage :
y : int *
collapsedHeight : int byref -> DocumentPage
- y Int32
-
The logical coordinate (must not contain Logical Page Offset), f.e.: real location of the Region.
- collapsedHeight Int32
DocumentPage