mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / SelectTableColumn Method

CSS3 Selector of the TD table element to select its column.

If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.

In This Topic
    SelectTableColumn Method
    In This Topic
    Description

    Selects an entire Table Column. 

    Syntax
    Visual Basic
    Public Sub SelectTableColumn( _
       ByVal TDSelector As String _
    ) 
    Parameters
    TDSelector

    CSS3 Selector of the TD table element to select its column.

    If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.

    See Also