VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentSheetCell Class
In This Topic
XlsxDocumentSheetCell Class Properties
In This Topic
For a list of all properties of this type, see XlsxDocumentSheetCell.
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)
See Also