| 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. |
![]() | GetColumnsNames | |
![]() | GetRow | Returns the value of the row at the specified index from IZennoTable object as System.Collections.Generic.IEnumerable<String> object. |
![]() | SetCell | Overloaded. Sets a value into a cell. |
![]() | ToString | Returns a string that represents the current table. |