Gets the logical horizontal coordinate of the current page in the document.
This property is 0 in documents that have no horizontal pages.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public int X { get; internal set; } |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Property X As Integer Get Friend Set |