Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public interface ITable : ICompositeObject, IDocumentObject
Public Interface ITable Inherits ICompositeObject, IDocumentObject
public interface class ITable : ICompositeObject, IDocumentObject
type ITable = interface interface ICompositeObject interface IDocumentObject end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| AddRow()()()() | ||
| AddRow(Boolean) | ||
| AddRow(Boolean, Boolean) | ||
| ApplyHorizontalMerge(Int32, Int32, Int32) | ||
| ApplyVerticalMerge(Int32, Int32, Int32) | ||
| ChildObjects | (Inherited from ICompositeObject.) | |
| Clone()()()() | (Inherited from IDocumentObject.) | |
| Document | (Inherited from IDocumentObject.) | |
| DocumentObjectType | (Inherited from IDocumentObject.) | |
| FirstRow | ||
| GetNextWidgetSibling()()()() | (Inherited from IDocumentObject.) | |
| GetPreviousWidgetSibling()()()() | (Inherited from IDocumentObject.) | |
| IndentFromLeft | ||
| IsComposite | (Inherited from IDocumentObject.) | |
| Item[([( Int32, Int32])]) | ||
| LastCell | ||
| LastRow | ||
| NextSibling | (Inherited from IDocumentObject.) | |
| Owner | (Inherited from IDocumentObject.) | |
| PreviousSibling | (Inherited from IDocumentObject.) | |
| RemoveAbsPosition()()()() | ||
| ResetCells(Int32, Int32) | ||
| ResetCells(Int32, Int32, RowFormat, Single) | ||
| Rows | ||
| TableFormat | ||
| Width |