VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentSheetCell Class
Properties Methods Fields SeeAlso
In This Topic
    XlsxDocumentSheetCell Class Members
    In This Topic
    The following tables list the members exposed by XlsxDocumentSheetCell.
    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 number of this cell.
    Public PropertyGets the column span. (Inherited from OpenXmlDocumentTableCell)
    Public PropertyGets or sets the formula, which is used to calculate value of this cell.
    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 the cell name (reference) in A1 format.
    Public PropertyGets the next element of current level in OpenXML document. (Inherited from OpenXmlDocumentElement)
    Public PropertyGets or sets a number, which is stored in this cell.
    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 that contains this cell. (Inherited from OpenXmlDocumentTableCell)
    Public PropertyGets the row number of this cell.
    Public PropertyGets the sheet, which is associated with this cell.
    Public PropertyGets or sets a style index of this cell.
    Public PropertyGets or sets text, which is stored in this cell.
    Public PropertyOverloaded. Gets the child element at specified index. (Inherited from OpenXmlDocumentElement)
    Public Methods
     NameDescription
    Public MethodOverloaded. Appends the specified content to the children of this element. (Inherited from OpenXmlDocumentElement)
    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 MethodFinds the specified text. (Inherited from OpenXmlDocumentElement)
    Public MethodFinds specified text at specified index.
    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 MethodOverloaded. Returns the text content of this element. (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 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 MethodRemoves content of this cell.
    Public MethodRemoves all children of this element. (Inherited from OpenXmlDocumentElement)
    Public MethodReplaces all occurrences of specified string in Text. (Inherited from OpenXmlDocumentElement)
    Public MethodSelects all child elements of specified type. (Inherited from OpenXmlDocumentElement)
    Public MethodOverloaded. Sets cell borders from specified table cell. (Inherited from OpenXmlDocumentTableCell)
    Public MethodSets the fill color of this element.
    Public MethodOverloaded. Sets the text properties.
    Public MethodConverts to string.
    See Also