IUIAutomationGridItemPattern::CurrentColumnSpan Property
Retrieves the number of columns spanned by the item.
Syntax
HRESULT IUIAutomationGridItemPattern::get_CurrentColumnSpan(int *retVal);
Parameters
- retVal
The address of a variable that receives the number of columns spanned. The default value is 1.
Return Value
Returns S_OK if successful, or an error value otherwise.