EbsOpen Class Library for EBSILON®Professional

CrossStyle.ColumnLeft Property

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

Remarks

Reading: deprecated: use EntriesLeft instead - get array of strings in the left column
Writing: deprecated: use EntriesLeft instead - set array of strings in the left column

See Also

CrossStyle Class | EbsOpen Namespace