| Visual Basic (Declaration) | |
|---|---|
Public Function Add( _ ByVal obj As dbiCellFormat _ ) As Integer | |
| C# | |
|---|---|
public int Add( dbiCellFormat obj ) | |
Parameters
- obj
The dbiCellFormat to add to the collection.
| dbicList | Send comments on this topic. |
| Add Method | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > CellFormatCollection Class : Add Method |
The dbiCellFormat to add to the collection.
| Visual Basic (Declaration) | |
|---|---|
Public Function Add( _ ByVal obj As dbiCellFormat _ ) As Integer | |
| C# | |
|---|---|
public int Add( dbiCellFormat obj ) | |
The dbiCellFormat to add to the collection.