Share via


IGridItemProvider::Column Property

Retrieves the ordinal number of the column that contains the cell or item.

Syntax

HRESULT IGridItemProvider::get_Column(int *pRetVal);

Parameters

  • pRetVal
    [retval][out] The address of a variable that receives a zero-based ordinal number that identifies the column containing the cell or item.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UI Automation Providers Overview