FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / PrintDocumentGridRenderer Class / FirstPageY Property

In This Topic
    FirstPageY Property (PrintDocumentGridRenderer)
    In This Topic
    Gets or sets the Y coordinate of the first block of cells rendered on the document.
    Syntax
    'Declaration
     
    
    Public Property FirstPageY As Integer
    public int FirstPageY {get; set;}
    See Also