ZennoLab Assemblies Documentation
IZennoTable Interface Members
Properties  Methods 

ZennoLab.InterfacesLibrary.ProjectModel Namespace : IZennoTable Interface

The following tables list the members exposed by IZennoTable.

Public Properties
 NameDescription
 PropertyGets the number of columns actually contained in the table.  
 PropertyGets or sets the string that separates the segments of the columns.  
 PropertyGets or sets a value that indicates the columns separator type.  
 PropertyGets or sets a value that indicates the first row is a header line.  
 PropertyGets or sets the string that separates the segments of the columns in .csv file.  
 PropertyGets or sets a value that indicates the columns separator is a regular expression or not.  
 PropertyGets or sets a value that indicates the table is displayed correctly in an excel or not.  
 PropertyGets or sets a value that indicates the rows separator is a regular expression or not.  
 PropertyGets the number of rows actually contained in the table.  
 PropertyGets or sets the string that separates the segments of the rows.  
 PropertyGets or sets a value that indicates the rows separator type.  
 PropertyGets or sets a settings that allow parse types from string value.  
Top
Public Methods
 NameDescription
 MethodOverloaded. Adds a row to the end of the object of IZennoTable interface .  
 MethodBinds the specified file to current table.  
 MethodRemoves all elements from the table.  
 MethodOverloaded. Removes the column from IZennoTable object .  
 MethodOverloaded. Removes the row from IZennoTable object .  
 MethodOverloaded. Gets a value from a cell.  
 MethodGet excel cell style.  
 MethodOverloaded. Removes the column from IZennoTable object .  
 Method  
 MethodGet excel column style.  
 MethodGets the first row from the table satisfies the filter.  
 MethodGets rows from the table satisfies the filter.  
 MethodReturns the value of the row at the specified index from IZennoTable object as System.Collections.Generic.IEnumerable<String> object.  
 MethodGet excel row style.  
 MethodOverloaded. Sets a value into a cell.  
 MethodSets style for excel cell.  
 MethodSets style for excel column.  
 MethodSets style for excel row.  
 MethodReturns a string that represents the current table.  
Top
See Also

Reference

IZennoTable Interface
ZennoLab.InterfacesLibrary.ProjectModel Namespace
ITables Interface