Eplan Platform API
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_FORMAT_OF_ROW_NUMBERS Property / FRAME_FORMAT_OF_ROW_NUMBERS Property

In This Topic
    FRAME_FORMAT_OF_ROW_NUMBERS Property
    In This Topic
    Column numbering format # 12011.
    Syntax
    public PropertyValue FRAME_FORMAT_OF_ROW_NUMBERS {get; set;}
    public:
    property PropertyValue^ FRAME_FORMAT_OF_ROW_NUMBERS {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Format of the column numbers: 0 = numeric, 1 = alphanumeric.

    See Also