| ||
|
| |
GroupColumn propertySets or returns the ID of the grouping column. SyntaxC++HRESULT get_GroupColumn(LONG* pColumnID) HRESULT put_GroupColumn(LONG myColumnID) Scripting languagescolumnID = object.GroupColumn object.GroupColumn = columnID RemarksGrouping puts in expandable and collapsible subheadings for each group of entries with the same value in the grouping column. For example, you might want to see an Issues database grouped by Priority. Setting GroupColumn to -1 means that there is no group column. This property is used to override the user's default group column setting. |
Home | |
|
| |
GroupColumn propertyReturns or sets the project field used for grouping. If the member input is null, the project default is used. If you specify a member, then that member's preference is accessed. SyntaxC++HRESULT get_GroupColumn( HRESULT put_GroupColumn( Scripting languagesGroupColumn =
object.GroupColumn( object.GroupColumn(
|
Home |