EbsOpen Class Library for EBSILON®Professional

CrossStyle.ColumnRight Property

[Visual Basic]
Public Property ColumnRight As String()
[C#]
public String() ColumnRight { get; set; }
[C++]
public: __property String()* get_ColumnRight();
public: __property void set_ColumnRight(String()* );
[JScript]
public function get ColumnRight() : String()
public function set ColumnRight(String());

Remarks

Reading: deprecated: use EntriesRight instead - get array of strings in the right column
Writing: deprecated: use EntriesRight instead - set array of strings in the right column

See Also

CrossStyle Class | EbsOpen Namespace