ZennoLab Assemblies Documentation
IZennoTable Interface Members
See Also  Properties  Methods  Send Feedback
ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel Namespace : IZennoTable Interface


Glossary Item Box

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.  
 PropertyContainsHeaderLineпервая строка в таблице содержит названия заголовков  
 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.  
 MethodDeleteRowOverloaded. Removes the row from IZennoTable object.  
 MethodGetCellGets a value from a cell.  
 MethodGetRowReturns the value of the row at the specified index from IZennoTable object as System.Collections.Generic.IEnumerable<String> object.  
 MethodSetCellSets a value into a cell.  
 MethodToStringReturns a string that represents the current table.  
Top

See Also

© 2013 All Rights Reserved.