Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class TableRow : DocumentBase, ICompositeObject, 
	IDocumentObject, [T:sprᧀ]
Public Class TableRow
	Inherits DocumentBase
	Implements ICompositeObject, IDocumentObject, [T:sprᧀ]
public ref class TableRow : public DocumentBase, 
	ICompositeObject, IDocumentObject, [T:sprᧀ]
type TableRow =  
    class
        inherit DocumentBase
        interface ICompositeObject
        interface IDocumentObject
        interface [T:sprᧀ]
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
TableRow(IDocument)
Initializes a new instance of the TableRow class
AddCell()()()()
Adds the cell.
AddCell(Boolean)
Adds the cell.
Cells
Returns or sets cell collection.
ChildObjects
Gets the child object.
(Overrides DocumentObject..::..ChildObjects.)
Clone()()()()
Clones this instance.
CloneImpl()()()() (Overrides DocumentSerializable..::..CloneImpl()()()().)
CreateLayoutInfo()()()() (Overrides DocumentBase..::..CreateLayoutInfo()()()().)
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType
Gets the type of the document object.
(Overrides DocumentObject..::..DocumentObjectType.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FirstChild (Inherited from DocumentObject.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNextWidgetSibling()()()() (Inherited from DocumentObject.)
GetPreviousWidgetSibling()()()() (Inherited from DocumentObject.)
GetRowIndex()()()()
Returns index of the row in owner table.
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Height
Returns or setsheight of the row.
HeightType
Get / set table row height type
InitXDLSHolder()()()() (Overrides DocumentSerializable..::..InitXDLSHolder()()()().)
IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
IsHeader
Returns or sets whether the row is a table header.
LastChild (Inherited from DocumentObject.)
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Owner
Gets the owner of this entity.
(Inherited from DocumentObject.)
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Overrides DocumentSerializable..::..ReadXmlAttributes(IXDLSAttributeReader).)
ReadXmlContent(IXDLSContentReader) (Overrides DocumentSerializable..::..ReadXmlContent(IXDLSContentReader).)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
RowFormat
Gets table format
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
WriteXmlAttributes(IXDLSAttributeWriter) (Overrides DocumentSerializable..::..WriteXmlAttributes(IXDLSAttributeWriter).)
WriteXmlContent(IXDLSContentWriter) (Overrides DocumentSerializable..::..WriteXmlContent(IXDLSContentWriter).)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

See Also