Uiinfrastructure API Docs  
 

JS2DArrayBuilder.SetColumnStringValue Method 

public virtual void SetColumnStringValue(
   int nColumn,
   string strValue
);

Parameters

nColumn
Column index of the current row
strValue
Value to assign to the specified column. The value will be surrounded with quotes to define a string

See Also

JS2DArrayBuilder Class | com.plumtree.uiinfrastructure.utils Namespace