[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetByte

GetByte Method

GetByte(int)

Gets the 8-bit unsigned integer value of the specified column.

Declaration
public byte GetByte(int i)
Parameters
Type Name Description
int i

The zero-based column ordinal.

Returns
Type Description
byte

The 8-bit unsigned integer value of the specified column.

Implements