VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentSheetRow Class
In This Topic
XlsxDocumentSheetRow Class Properties
In This Topic
For a list of all properties of this type, see XlsxDocumentSheetRow.
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, include columns span. (Inherited from OpenXmlDocumentTableRow)
Public PropertyGets or sets a value indicating whether row has custom format.
Public PropertyGets or sets a value indicating whether row has custom height.
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 or sets the row height, in Points (1/72 inch).
Public PropertyGets or sets a value indicating whether row is hidden.
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 number.
Public PropertyGets or sets a style index of this row.
Public PropertyGets the table that contains this row. (Inherited from OpenXmlDocumentTableRow)
Public PropertyGets or sets text, which is associated with this element. (Inherited from OpenXmlDocumentTableRow)
Public PropertyGets the table cell at the specified index. (Inherited from OpenXmlDocumentTableRow)
See Also