API Help
Eplan.EplApi.DataModel.MasterData Namespace / PlotFramePropertyList Class / FRAME_FORMAT_OF_ROW_NUMBERS Property / FRAME_FORMAT_OF_ROW_NUMBERS(Int32) Property

In This Topic
    FRAME_FORMAT_OF_ROW_NUMBERS(Int32) Property
    In This Topic
    Column numbering format # 12011. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_FORMAT_OF_ROW_NUMBERS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_FORMAT_OF_ROW_NUMBERS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

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

    See Also