VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentEditor Class
Constructors Properties Methods SeeAlso
In This Topic
    XlsxDocumentEditor Class Members
    In This Topic
    The following tables list the members exposed by XlsxDocumentEditor.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets the body (root element) of Open XML document. (Inherited from OpenXmlDocumentEditor)
    Public PropertyGets all charts, which are contained in this document. (Inherited from OpenXmlDocumentEditor)
    Public PropertyGets information (author, modification date, etc) about document. (Inherited from OpenXmlDocumentEditor)
    Public PropertyGets all images, which are contained in XLSX document.
    Public PropertyGets all sheets, which are contained in XLSX document.
    Public PropertyGets the count of document styles.
    Public Methods
     NameDescription
    Public MethodAdds the defined name to the document.
    Public MethodAdds the new empty style to the document.
    Public MethodOverloaded. Adds the sheet to the document.
    Public MethodAdds the new style to the document.
    Public MethodPerforms the application-defined tasks, which are associated with freeing, releasing, or resetting unmanaged resources.
    Public MethodOverloaded. Exports this document to a file with specified path. (Inherited from OpenXmlDocumentEditor)
    Public MethodFinds the sheet by name.
    Public MethodReturns the style of document.
    Public Methodstatic (Shared in Visual Basic)Determines whether text symbol is illegal open XML character. (Inherited from OpenXmlDocumentEditor)
    Public MethodChanges the index of sheet in document.
    Public MethodRemoves the defined name from the document.
    Public MethodRemoves the sheet from document.
    Public MethodOverloaded. Saves this document to a file with specified path. (Inherited from OpenXmlDocumentEditor)
    Public MethodSets the defined name.
    Public MethodOverloaded. Sets the document information. (Inherited from OpenXmlDocumentEditor)
    Public MethodSets the borders of style.
    Public MethodSets the fill color of style.
    Public MethodSets the font properties of style.
    Public MethodSets the name of style.
    Public MethodSets the number format of style.
    Public MethodSets the text properties of style.
    Public Methodstatic (Shared in Visual Basic)Determines whether text contains illegal open XML characters. (Inherited from OpenXmlDocumentEditor)
    See Also