| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace : IZennoTable Interface |
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. |
![]() | ColSeparatorType | Gets or sets a value that indicates the columns separator type. |
![]() | ContainsHeaderLine | Gets or sets a value that indicates the first row is a header line. |
![]() | CsvSeparator | Gets or sets the string that separates the segments of the columns in .csv file. |
![]() | IsColSeparatorRegEx | Gets or sets a value that indicates the columns separator is a regular expression or not. |
![]() | IsCorrectDisplayInExcel | Gets or sets a value that indicates the table is displayed correctly in an excel 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. |
![]() | RowSeparatorType | Gets or sets a value that indicates the rows separator type. |
![]() | TryParseType | Gets or sets a settings that allow parse types from string value. |
| Name | Description | |
|---|---|---|
![]() | AddRow | Overloaded. Adds a row to the end of the object of IZennoTable interface . |
![]() | Bind | Binds the specified file to current table. |
![]() | Clear | Removes all elements from the table. |
![]() | DeleteRow | Overloaded. Removes the row from IZennoTable object . |
![]() | GetCell | Overloaded. Gets a value from a cell. |
![]() | GetCellStyle | Get excel cell style. |
![]() | GetColumnsNames | |
![]() | GetColumnStyle | Get excel column style. |
![]() | GetItem | Gets the first row from the table satisfies the filter. |
![]() | GetItems | Gets rows from the table satisfies the filter. |
![]() | GetRow | Returns the value of the row at the specified index from IZennoTable object as System.Collections.Generic.IEnumerable<String> object. |
![]() | GetRowStyle | Get excel row style. |
![]() | SetCell | Overloaded. Sets a value into a cell. |
![]() | SetCellStyle | Sets style for excel cell. |
![]() | SetColumnStyle | Sets style for excel column. |
![]() | SetRowStyle | Sets style for excel row. |
![]() | ToString | Returns a string that represents the current table. |