dbicList Send comments on this topic.
GetCellFormat Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiNodeItem Class : GetCellFormat Method

nColumn
The zero-based index of the cell.
Gets the dbiCellFormat assigned to a specific cell in the item.

Syntax

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.

Return Value

dbiCellFormat

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also