Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / PrintToDocument Method / PrintToDocument(String) Method


In This Topic
    PrintToDocument(String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function PrintToDocument( _
       ByVal pageRange As String _
    ) As IDocumentPaginatorSource
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim pageRange As String
    Dim value As IDocumentPaginatorSource
     
    value = instance.PrintToDocument(pageRange)
    public IDocumentPaginatorSource PrintToDocument( 
       string pageRange
    )

    Parameters

    pageRange
    See Also