| Visual Basic (Declaration) | |
|---|---|
Public Function Add( _ ByVal value As MatrixCell _ ) As Integer | |
| C# | |
|---|---|
public int Add( MatrixCell value ) | |
Parameters
- value
- The MatrixCell object to add to the collection.
| DataDynamics.Reports | Support Forum |
| Add Method | |
| See Also | |
|
| DataDynamics.Reports.ReportObjectModel Namespace > MatrixCellCollection Class : Add Method |
| Visual Basic (Declaration) | |
|---|---|
Public Function Add( _ ByVal value As MatrixCell _ ) As Integer | |
| C# | |
|---|---|
public int Add( MatrixCell value ) | |