Range.LocationInTable Propriété

Définition

Retourne une constante qui décrit la partie du PivotTable rapport qui contient le coin supérieur gauche 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é

Remarques

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

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

S’applique à