ZennoLab Assemblies Documentation
IZennoTableSynchronized Interface Members
Properties  Methods 

ZennoLab.InterfacesLibrary.ProjectModel Namespace : IZennoTableSynchronized Interface

The following tables list the members exposed by IZennoTableSynchronized.

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

Reference

IZennoTableSynchronized Interface
ZennoLab.InterfacesLibrary.ProjectModel Namespace