Range.LocationInTable Propriété

Définition

Renvoie une constante qui décrit la partie de l’état qui contient le coin supérieur gauche PivotTable de la plage spécifiée.

public:
 property Microsoft::Office::Interop::Excel::XlLocationInTable LocationInTable { Microsoft::Office::Interop::Excel::XlLocationInTable get(); };
public Microsoft.Office.Interop.Excel.XlLocationInTable LocationInTable { get; }
Public ReadOnly Property LocationInTable As XlLocationInTable

Valeur de propriété

XlLocationInTable

Remarques

XlLocationInTable peut être l’une des XlLocationInTable constantes suivantes :

  • xlRowHeader
  • xlColumnHeader
  • xlPageHeader
  • xlDataHeader
  • xlRowItem
  • xlColumnItem
  • xlPageItem
  • xlDataItem
  • xlTableBody

S’applique à