| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace : IZennoTable Interface |
For a list of all members of this type, see IZennoTable members.
| 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. |