VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentSheet Class
Properties Methods Fields SeeAlso
In This Topic
    XlsxDocumentSheet Class Members
    In This Topic
    The following tables list the members exposed by XlsxDocumentSheet.
    Public Fields
     NameDescription
    Public FieldA string that represents tab. (Inherited from OpenXmlDocumentElement)
    Public FieldA string that represents text break. (Inherited from OpenXmlDocumentElement)
    Public Properties
     NameDescription
    Public PropertyGets the child count. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets the collection that contains all child nodes of this element. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets the column count. (Inherited from OpenXmlDocumentTable)
    Public PropertyGets the sheet drawing.
    Public PropertyGets the sheet format.
    Public PropertyGets a value indicating whether this element has child elements. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets a value indicating whether this element has content. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets a value indicating whether this element has text. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets all hyperlinks, which are located on this sheet.
    Public PropertyGets all images, which are contained on this sheet.
    Public PropertyGets all merged cells, which are located on this sheet.
    Public PropertyGets or sets the sheet name.
    Public PropertyGets the next element of current level in OpenXML document. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets the parent element of this element. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets the previous element of current level in OpenXML document. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets the root element of this element. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets the row count. (Inherited from OpenXmlDocumentTable)
    Public PropertyGets or sets text, which is associated with this element. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets the table row at the specified index. (Inherited from OpenXmlDocumentTable)
    Public PropertyGets the sheet view.
    Public Methods
     NameDescription
    Public MethodAdds a chart to the worksheet.
    Public MethodOverloaded. Adds an image to the worksheet.
    Public MethodOverloaded. Appends the specified content to the children of this element. (Inherited from OpenXmlDocumentElement)
    Public MethodRemoves cached values of formulas calculation for all cells.
    Public MethodRemoves values and formulas of cells.
    Public MethodClones this element.
    Public MethodReturns a value indicating whether this element contains the text. (Inherited from OpenXmlDocumentElement)
    Public MethodFinds the first element of specified type after this element. (Inherited from OpenXmlDocumentElement)
    Public MethodFinds the first element of specified type before this element. (Inherited from OpenXmlDocumentElement)
    Public MethodOverloaded. Returns the first table cell that contains specified text. (Inherited from OpenXmlDocumentTable)
    Public MethodFinds the table cell by name (reference) in A1 format.
    Public MethodFinds images, which are intersected with specified row.
    Public MethodOverloaded. Tries to get row at specified row index.
    Public MethodFinds the specified text. (Inherited from OpenXmlDocumentElement)
    Public MethodFinds the specified text at specified index. (Inherited from OpenXmlDocumentElement)
    Public MethodReturns the table cell at specified location in sheet.
    Public MethodReturns a value indicating whether column is hidden.
    Public MethodReturns the style index of the column.
    Public MethodReturns the column width.
    Public MethodReturns an enumerator that iterates through the collection. (Inherited from OpenXmlDocumentElement)
    Public MethodReturns the first child (of specified type) of this element. (Inherited from OpenXmlDocumentElement)
    Public MethodReturns the last child (of specified type) of this element. (Inherited from OpenXmlDocumentElement)
    Public MethodReturns the parent (of specified type) of this element. (Inherited from OpenXmlDocumentElement)
    Public MethodReturns the row at specified row index.
    Public MethodOverloaded. Returns the text content by specified source. (Inherited from OpenXmlDocumentElement)
    Public MethodReturns the text properties. (Inherited from OpenXmlDocumentElement)
    Public MethodReturns text subregion that corresponds to this element in specified text region. (Inherited from OpenXmlDocumentElement)
    Public MethodInserts the columns to the sheet.
    Public MethodInserts a copy of this element after this element. (Inherited from OpenXmlDocumentElement)
    Public MethodInserts a copy of this element before this element. (Inherited from OpenXmlDocumentElement)
    Public MethodInserts the rows to the sheet.
    Public MethodMoves the comment.
    Public MethodThis method is not supported.
    Public MethodRemoves all children of this element. (Inherited from OpenXmlDocumentElement)
    Public MethodRemoves the columns from sheet.
    Public MethodRemoves the cell comment.
    Public MethodRemoves the rows from sheet.
    Public MethodReplaces all occurrences of specified string in Text. (Inherited from OpenXmlDocumentElement)
    Public MethodSelects all child elements of specified type. (Inherited from OpenXmlDocumentElement)
    Public MethodSets the visibility status of columns.
    Public MethodSets the style index of columns.
    Public MethodSets the width of columns.
    Public MethodSets the cell comment.
    Public MethodSets the visibility status of comment.
    Public MethodSets the comment location.
    Public MethodSets the fill color of this element. (Inherited from OpenXmlDocumentElement)
    Public MethodOverloaded. Sets the outside border of this table. (Inherited from OpenXmlDocumentTable)
    Public MethodOverloaded. Sets the text properties. (Inherited from OpenXmlDocumentElement)
    Public MethodConverts this element to a string. (Inherited from OpenXmlDocumentElement)
    See Also