AVEVA Database .NET Public Interface

DbAttributeFormat.AddItem Method (String, Int32)

Add literal text to the format, specifying the minimum width

public void AddItem(
   string mystring,
   int width
);

Parameters

mystring
Text to be added to format
width
The minimum width of the column

See Also

DbAttributeFormat Class | Aveva.Pdms.Database Namespace | DbAttributeFormat.AddItem Overload List