| Visual Basic (Declaration) | |
|---|---|
Public Function GetCellFormat( _ ByVal nColumn As Integer _ ) As dbiCellFormat | |
| C# | |
|---|---|
public dbiCellFormat GetCellFormat( int nColumn ) | |
Parameters
- nColumn
- The zero-based index of the cell.
| dbicList | Send comments on this topic. |
| GetCellFormat Method | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > dbiNodeItem Class : GetCellFormat Method |
| Visual Basic (Declaration) | |
|---|---|
Public Function GetCellFormat( _ ByVal nColumn As Integer _ ) As dbiCellFormat | |
| C# | |
|---|---|
public dbiCellFormat GetCellFormat( int nColumn ) | |