Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Pdf Namespace / PdfExportContext Class / From Property


In This Topic
    From Property (PdfExportContext)
    In This Topic
    Gets or sets the number of the page at which to start publishing. By default, publishing starts at the beginning.
    Syntax
    'Declaration
     
    
    Public Property From As Integer
    'Usage
     
    
    Dim instance As PdfExportContext
    Dim value As Integer
     
    instance.From = value
     
    value = instance.From
    public int From {get; set;}
    See Also