ISpreadsheetProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to items (cells) in a spreadsheet.
public interface class ISpreadsheetProvider
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(536091564, 55779, 24136, 181, 248, 158, 171, 15, 178, 217, 216)]
struct ISpreadsheetProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(536091564, 55779, 24136, 181, 248, 158, 171, 15, 178, 217, 216)]
public interface ISpreadsheetProvider
Public Interface ISpreadsheetProvider
- Attributes
Methods
GetItemByName(String) |
Returns a Microsoft UI Automation element that represents the spreadsheet cell that has the specified name. |