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