Specifies which rows are to be previewed/printed.
[Visual Basic]
Public Enum RowSelectorEnum
[C#]
public enum RowSelectorEnum
[Delphi]
type RowSelectorEnum = (AllRows, CurrentRow, SelectedRows);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
AllRows |
All rows are to be previewed/printed. |
CurrentRow |
Only the current row will be previewed/printed. |
SelectedRows |
Only selected rows will be previewed/printed. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |