Language:
Arabic (العربية)
Chinese Simplified (中文(简体)
Chinese Traditional (中文(繁體)
Dutch (Nederlands)
English
French (français)
German (Deutsch)
Italian (italiano)
Japanese (日本語)
Korean (한국어)
Portuguese (Português)
Russian (русский)
Spanish (español)
Sign In
Sign Up
Products
Purchase
Downloads
Demos
Forums
Blogs
Documentation
Corporate
Product Suites
Aspose.Total for .NET and Java
Aspose.Total for Reporting Services
File Format Components
Aspose.Words for .NET and Java
Getting Started
Programmer’s Guide
Knowledge Base
Aspose.Words for .NET API Reference
Aspose.Words Namespace
Aspose.Words.Drawing Namespace
Aspose.Words.Fields Namespace
Aspose.Words.Lists Namespace
Aspose.Words.Markup Namespace
Aspose.Words.Properties Namespace
Aspose.Words.Rendering Namespace
Aspose.Words.Reporting Namespace
Aspose.Words.Tables Namespace
Cell Class
CellCollection Class
CellFormat Class
CellMerge Enumeration
CellVerticalAlignment Enumeration
Row Class
RowAlignment Enumeration
RowCollection Class
RowCollection Members
Properties
RowFormat Class
Table Class
TableCollection Class
Aspose.Words for Java API Reference
Aspose.Cells for .NET and Java
Aspose.Pdf for .NET and Java
Aspose.Slides for .NET and Java
Aspose.Pdf.Kit for .NET and Java
Aspose.Network for .NET
Aspose.Tasks for .NET
Aspose.Form for .NET
Aspose.Metafiles for Java
Aspose.Flash for .NET
Aspose.Recognition for .NET
SSRS Rendering Extensions
Aspose.Words for Reporting Services
Aspose.Slides for Reporting Services
Aspose.Cells for Reporting Services
Aspose.Pdf for Reporting Services
Aspose.BarCode for Reporting Services
JasperReports Exporters
Aspose.Slides for JasperReports
Visual Components
Aspose.BarCode for .NET and Java
Aspose.Grid for .NET
Aspose.Chart for .NET
Aspose.Editor for .NET
Aspose.AdHoc for .NET
Utility Components
Aspose.Workflow for .NET
Aspose.Spell for .NET
Aspose.ASPXpand for .NET
Aspose
>
Documentation
>
File Format Components
>
Aspose.Words for .NET and Java
>
Aspose.Words for .NET API Reference
>
Aspose.Words.Tables Namespace
>
RowCollection Class
>
RowCollection Members
RowCollection overview
Public Instance Properties
Count
(inherited from
NodeCollection
)
Gets the number of nodes in the collection.
Item
Overloaded. Retrieves a
Row
at the given index.
Public Instance Methods
Add
(inherited from
NodeCollection
)
Adds a node to the end of the collection.
Clear
(inherited from
NodeCollection
)
Removes all nodes from this collection and from the document.
Contains
(inherited from
NodeCollection
)
Determines whether a node is in the collection.
GetEnumerator
(inherited from
NodeCollection
)
Provides a simple "foreach" style iteration over the collection of nodes.
IndexOf
(inherited from
NodeCollection
)
Returns the zero-based index of the specified node.
Insert
(inherited from
NodeCollection
)
Inserts a node into the collection at the specified index.
Remove
(inherited from
NodeCollection
)
Removes the node from the collection and from the document.
RemoveAt
(inherited from
NodeCollection
)
Removes the node at the specified index from the collection and from the document.
ToArray
(inherited from
NodeCollection
)
Copies all nodes from the collection to a new array of nodes.
See Also
RowCollection Class
|
Aspose.Words.Tables Namespace