[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetChar

GetChar Method

GetChar(int)

Gets the character value of the specified column.

Declaration
public char GetChar(int i)
Parameters
Type Name Description
int i

The zero-based column ordinal.

Returns
Type Description
char

The character value of the specified column.

Implements