uiautomation
|
公開メンバ関数 | |
def | __init__ (self, pattern=None) |
'Control' | GetItemByName (self, str name) |
公開変数類 | |
pattern | |
def uiautomation.uiautomation.SpreadsheetPattern.__init__ | ( | self, | |
pattern = None |
|||
) |
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationspreadsheetpattern
'Control' uiautomation.uiautomation.SpreadsheetPattern.GetItemByName | ( | self, | |
str | name | ||
) |
Call IUIAutomationSpreadsheetPattern::GetItemByName. name: str. Return `Control` subclass or None, represents the spreadsheet cell that has the specified name.. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationspreadsheetpattern-getitembyname
uiautomation.uiautomation.SpreadsheetPattern.pattern |