Свойство | Type | Description | |
---|---|---|---|
Column | System | ||
Serialize | void |
Méthode | Description | |
---|---|---|
Clone ( ) : |
Creates a deep copy of this object.
|
|
Column ( ) : System |
Initializes a new instance of the Column class.
|
|
this ( int index ) : MigraDoc.DocumentObjectModel.Tables.Cell |
Gets a cell by its row index. The first cell has index 0.
|
Méthode | Description | |
---|---|---|
DeepCopy ( ) : object |
Implements the deep copy of the object.
|
Méthode | Description | |
---|---|---|
Column ( DocumentObject parent ) : System |
Initializes a new instance of the Column class with the specified parent.
|
|
Serialize ( Serializer serializer ) : void |
Converts Column into DDL.
|
public this ( int index ) : MigraDoc.DocumentObjectModel.Tables.Cell | ||
index | int | |
Résultat | MigraDoc.DocumentObjectModel.Tables.Cell |