The following tables list the members exposed by IZennoTable.
| Name | Description | |
|---|---|---|
![]() | ColCount | Gets the number of columns actually contained in the table. |
![]() | ColSeparator | Gets or sets the string that separates the segments of the columns. |
![]() | ContainsHeaderLine | первая строка в таблице содержит названия заголовков |
![]() | IsColSeparatorRegEx | Gets or sets a value that indicates the columns separator is a regular expression or not. |
![]() | IsRowSeparatorRegEx | Gets or sets a value that indicates the rows separator is a regular expression or not. |
![]() | RowCount | Gets the number of rows actually contained in the table. |
![]() | RowSeparator | Gets or sets the string that separates the segments of the rows. |
| Name | Description | |
|---|---|---|
![]() | AddRow | Overloaded. Adds a row to the end of the object of IZennoTable interface. |
![]() | DeleteRow | Overloaded. Removes the row from IZennoTable object. |
![]() | GetCell | Gets a value from a cell. |
![]() | GetRow | Returns the value of the row at the specified index from IZennoTable object as System.Collections.Generic.IEnumerable<String> object. |
![]() | SetCell | Sets a value into a cell. |
![]() | ToString | Returns a string that represents the current table. |

