Version

SpecialRecordOrder Property

Specifies the order of special records, like filter record, summary record, add-record.
Syntax
'Declaration
 
Public Property SpecialRecordOrder As SpecialRecordOrder
public SpecialRecordOrder SpecialRecordOrder {get; set;}
Remarks

SpecialRecordOrder can be used to specify the order in which special records like filter record, summary record and add-record are displayed inside each record collection. The associated integer value on the SpecialRecordOrder object controls the order - special records with lower order value will be displayed before the special records with higher order value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also