CAViewer::SetShowDimLabels

CAViewer class

Sets a value that determines whether to display the column and row dimension labels in the Data View window.

BOOL SetShowDimLabels(
  BOOL show
  );

Parameters

show
If set to TRUE, dimension labels are displayed; if set to FALSE, they are hidden.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

See Also

CAViewer::GetShowDimLabels