pub trait IUIAutomationSpreadsheetPattern_Impl: Sized {
    // Required method
    fn GetItemByName(&self, name: &BSTR) -> Result<IUIAutomationElement>;
}

Required Methods§

fn GetItemByName(&self, name: &BSTR) -> Result<IUIAutomationElement>

Object Safety§

This trait is not object safe.

Implementors§