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.  
 PropertyColSeparatorTypeGets or sets a value that indicates the columns separator type.  
 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.  
 PropertyIsCorrectDisplayInExcelGets or sets a value that indicates the table is displayed correctly in an excel 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.  
 PropertyRowSeparatorTypeGets or sets a value that indicates the rows separator type.  
 PropertyTryParseTypeGets or sets a settings that allow parse types from string value.  
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.  
 MethodGetCellStyleGet excel cell style.  
 MethodGetColumnsNames  
 MethodGetColumnStyleGet excel column style.  
 MethodGetItemGets the first row from the table satisfies the filter.  
 MethodGetItemsGets rows from the table satisfies the filter.  
 MethodGetRowReturns the value of the row at the specified index from IZennoTable object as System.Collections.Generic.IEnumerable<String> object.  
 MethodGetRowStyleGet excel row style.  
 MethodSetCellOverloaded. Sets a value into a cell.  
 MethodSetCellStyleSets style for excel cell.  
 MethodSetColumnStyleSets style for excel column.  
 MethodSetRowStyleSets style for excel row.  
 MethodToStringReturns a string that represents the current table.  
Top
See Also

Reference

IZennoTable Interface
ZennoLab.InterfacesLibrary.ProjectModel Namespace
ITables Interface

Send Feedback