Show All

FindColumnMember Property

       

Finds a column member, given a reference to the member. Returns a PivotColumnMember object.

expression.FindColumnMember(Path, Format)

expression   Required. An expression that returns a a PivotColumnMember object.

Path  Required String. A variable or string that contains a reference to the member to find.

Format  Required PivotMemberFindFormatEnum. Indicates the format used for the Path argument.

Remarks

If the requested member is not found, a PivotColumnMember object with the IsValid property set to False is returned. This allows you to refer to a member that might later be added to the schema.

This property can be used to find a member from the top member of the column axis. Use the Member property to return the top member of the column axis.