Uiinfrastructure API Docs  
 

SortedMetaDataListModel.GetColumnWidth Method 

Helper method to get the width of a column.

public virtual string GetColumnWidth(
   int _nVisibleColumnIndex
);

Parameters

_nVisibleColumnIndex
The non-zero based column index.

Return Value

String The column width (can be an integer or %).

See Also

SortedMetaDataListModel Class | com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.sortedmetadata Namespace