VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.Web.Services Namespace / VintasoftOfficeWebService Class / CreateXlsxDocument() Method
Syntax Requirements SeeAlso
In This Topic
    CreateXlsxDocument() Method (VintasoftOfficeWebService)
    In This Topic
    Creates a new XLSX document.
    Syntax
    'Declaration
    
    Public Function CreateXlsxDocument() As CreateXlsxDocumentResponseParams
    
    
    public CreateXlsxDocumentResponseParams CreateXlsxDocument()
    
    
    public: CreateXlsxDocumentResponseParams* CreateXlsxDocument()
    
    
    public:
    CreateXlsxDocumentResponseParams^ CreateXlsxDocument()

    Return Value

    Response from server, which contains the name of new XLSX document.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also