Skip to main content

ITableColumnCollection Interface

Defines methods and properties for managing a collection of table column objects.

Declaration

public interface ITableColumnCollection extends List<TableColumn>

Implements

java.util.List<com.devexpress.docs.presentation.TableColumn>