ShowAsGroupingOption property
Sets or returns whether column is shown as a grouping column.  
Syntax
 
C++
HRESULT get_ShowAsGroupingOption(VARIANT_BOOL* 
 pShowAsGroupingOption) 
HRESULT 
 put_ShowAttachments(VARIANT_BOOL MyShowAsGroupingOption) 
  
Scripting languages
value 
 = Object.ShowAttachments 
Object.ShowAttachments = 
 value 
  |