[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridCellFactory.DropColumnAsync

DropColumnAsync Method

DropColumnAsync(bool, int, int)

Drops the column from the original index from to the index to.

Declaration
protected override Task DropColumnAsync(bool isHeader, int from, int to)
Parameters
Type Name Description
bool isHeader

True if the column belongs to the headers area.

int from

The original index of the column.

int to

The index were the column was dropped.

Returns
Type Description
Task
Overrides