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

In This Topic
    FRAME_ROW_AND_POS_ALPHABETIC_ALLOCATION(Int32) Property
    In This Topic
    Alphabetical column / row distribution # 12010. This property isn't indexed.
    Syntax
    public PropertyValue FRAME_ROW_AND_POS_ALPHABETIC_ALLOCATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FRAME_ROW_AND_POS_ALPHABETIC_ALLOCATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Sequence of characters used for implementation of column and row numbers in strings. The entry '0123456789ABCDEF', for instance, results in hexadecimal column designations.

    See Also