View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
serhio[_2_] serhio[_2_] is offline
external usenet poster
 
Posts: 4
Default Range.Group Method - group rows, not columns

Hello,
I use the

Range.Group Method
_______________
When the Range object represents a single cell in a PivotTable field’s
data range, the Group method performs numeric or date-based grouping
in that field.

Namespace: Microsoft.Office.Interop.Excel
______________

after performing the groupment, I noticed that the groupment was in
columns, not in rows, as I expected. how can I group in rows? is there
a option to group rows or columns?