Returns the maximum width of a field over a DbAttributeList (useful when setting column widths)
Returns the maximum width of a field over a DbAttributeList (useful when setting column widths)
public int MaximumFieldWidth(DbAttributeField);
Returns the maximum width of a formatted field over a DbAttributeList (useful when setting column widths)
public int MaximumFieldWidth(DbAttributeField,DbFieldFormat);
Returns the maximum width of a special field over a DbAttributeList (useful when setting column widths)
public int MaximumFieldWidth(DbAttributeSpecialField);
DbAttributeList Class | Aveva.Pdms.Database Namespace