[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.ShowDetail

ShowDetail Property

ShowDetail

true if the outline is expanded for the specified range (so that the detail of the column or row is visible). The specified range must be a single summary column or row in an outline.

Declaration
bool? ShowDetail { get; set; }
Property ShowDetail As Boolean?
Remarks

If the specified range isn't in a PivotTable report, the following statements are true:

  • The range must be in a single summary row or column. Otherwise, null will be returned.
  • This property returns false if any of the children of the row or column are hidden.
  • Setting this property to true is equivalent to show all the children of the summary row or column.
  • Setting this property to false is equivalent to hide all the children of the summary row or column.