Enterra.V8x1C.DOM.TablePartRow.this C# (CSharp) 메소드

this() 공개 메소드

Значение колонки
public this ( string name ) : object
name string
리턴 object
        public object this[string name]
        {
            get
            {
                return GetProperty(name);
            }
            set
            {
                SetProperty(name, value);
            }
        }
    }