ZennoLab Assemblies Documentation
IZennoTable Interface Members
Properties  Methods 

The following tables list the members exposed by IZennoTable.

Public Properties
 NameDescription
 PropertyColCountGets the number of columns actually contained in the table.  
 PropertyColSeparatorGets or sets the string that separates the segments of the columns.  
 PropertyContainsHeaderLineGets or sets a value that indicates the first row is a header line.  
 PropertyCsvSeparatorGets or sets the string that separates the segments of the columns in .csv file.  
 PropertyIsColSeparatorRegExGets or sets a value that indicates the columns separator is a regular expression or not.  
 PropertyIsRowSeparatorRegExGets or sets a value that indicates the rows separator is a regular expression or not.  
 PropertyRowCountGets the number of rows actually contained in the table.  
 PropertyRowSeparatorGets or sets the string that separates the segments of the rows.  
Top
Public Methods
 NameDescription
 MethodAddRowOverloaded. Adds a row to the end of the object of IZennoTable interface .  
 MethodBindBinds the specified file to current table.  
 MethodClearRemoves all elements from the table.  
 MethodDeleteRowOverloaded. Removes the row from IZennoTable object .  
 MethodGetCellOverloaded. Gets a value from a cell.  
 MethodGetColumnsNames  
 MethodGetRowReturns the value of the row at the specified index from IZennoTable object as System.Collections.Generic.IEnumerable<String> object.  
 MethodSetCellOverloaded. Sets a value into a cell.  
 MethodToStringReturns a string that represents the current table.  
Top
See Also

Reference

IZennoTable Interface
ZennoLab.InterfacesLibrary.ProjectModel Namespace
ITables Interface

Send Feedback