Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PagePrintInfo Class / Path Property


In This Topic
    Path Property (PagePrintInfo)
    In This Topic
    Gest or sets the path of current document.
    Syntax
    'Declaration
     
    
    Public Property Path As String
    'Usage
     
    
    Dim instance As PagePrintInfo
    Dim value As String
     
    instance.Path = value
     
    value = instance.Path
    public string Path {get; set;}
    See Also