ISpreadsheetProvider Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit l’accès aux éléments (cellules) d’une feuille de calcul.
public interface class ISpreadsheetProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(355831955, 48537, 19709, 159, 7, 59, 20, 179, 21, 226, 61)]
struct ISpreadsheetProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(355831955, 48537, 19709, 159, 7, 59, 20, 179, 21, 226, 61)]
public interface ISpreadsheetProvider
Public Interface ISpreadsheetProvider
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Méthodes
GetItemByName(String) |
Renvoie un élément Microsoft UI Automation qui représente la cellule de feuille de calcul qui a le nom spécifié. |