Views
Data Access Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Enumerations
tblsel.h File Reference
#include <ilviews/macros.h>
#include <ilviews/dataccess/macros.h>

Classes

class  IliTableSelection
 Structure. More...
 

Enumerations

enum  IliTableSelectionType {
  IliSelectNone, IliSelectAll, IliSelectColumn, IliSelectRow,
  IliSelectCell
}
 This enumerated type defines the valid selection types in a table gadget. More...
 

Detailed Description

Library: dataccess
Declarations about Selection

Enumeration Type Documentation

◆ IliTableSelectionType

This enumerated type defines the valid selection types in a table gadget.

Enumerator
IliSelectNone 

The selection is empty.

IliSelectAll 

The table gadget is selected in its entirety.

IliSelectColumn 

A column in the table gadget is selected.

IliSelectRow 

A row in the table gadget is selected.

IliSelectCell 

A cell in the table gadget is selected.