public final class TableColumnWidthCollection extends Object
Provides the functionality to store the columns' widths.
Constructor and Description |
---|
TableColumnWidthCollection()
Initializes a new instance of the
TableColumnWidthCollection class. |
public TableColumnWidthCollection()
Initializes a new instance of the TableColumnWidthCollection
class.
public Integer get_Item(int index)
Gets a width of the column with the index
.
index
- The index of the column.public void set_Item(int index, Integer value)
Sets a width of the column with the index
.
value
- The width of the column.index
- The index of the column.public void clear()
Removes all data.
Copyright © 2018. All rights reserved.