Méthode | Description | |
---|---|---|
AddNewForm ( string name ) : |
Adds new form to the forms collection
|
|
BuildNode ( ) : |
Builds the node.
|
|
CreateCell ( ) : |
Create a new cell within this table which use the standard style. The cell isn't part of the table until you insert it via the InsertCellAt(int rowIndex, int columnIndex, Cell cell)
|
|
FindControlById ( string id ) : |
Looks for a specific control through all the forms by its ID
|
|
FindControlByName ( string name ) : |
Looks for a specific control through all the forms by its name
|
|
GetHtml ( ) : string |
Return the content as Html string
|
|
InsertCellAt ( int rowIndex, int columnIndex, |
Inserts the cell at the specified position. The RowCollection, the rows CellCollection and the ColumnCollection will be resized automatically.
|
|
InsertChartAt ( string cellName, |
||
Reset ( ) : void |
Resets the table node.
|
|
Table ( IDocument document, |
Initializes a new instance of the Table class.
|
|
Table ( IDocument document, string name, string styleName ) : System |
Initializes a new instance of the Table class.
|
Méthode | Description | |
---|---|---|
CreateAttribute ( string name, string text, string prefix ) : void |
Create a XmlAttribute for propertie XmlNode.
|
|
FormCollection_Removed ( int index, object value ) : void | ||
FormsCollection_Clear ( ) : void | ||
NewXmlNode ( string name, string styleName ) : void |
Create a new Xml node.
|
public AddNewForm ( string name ) : |
||
name | string | Form name |
Résultat |
public FindControlById ( string id ) : |
||
id | string | Control ID |
Résultat |
public FindControlByName ( string name ) : |
||
name | string | |
Résultat |
public InsertCellAt ( int rowIndex, int columnIndex, |
||
rowIndex | int | Index of the row. |
columnIndex | int | Index of the column. |
cell | The cell. | |
Résultat | void |
public InsertChartAt ( string cellName, |
||
cellName | string | |
chart | ||
Résultat | void |
public Table ( IDocument document, |
||
document | IDocument | The document. |
node | The node. | |
Résultat | System |
public Table ( IDocument document, string name, string styleName ) : System | ||
document | IDocument | The spreadsheet document. |
name | string | The name. |
styleName | string | Name of the style. |
Résultat | System |