ArcFM Responder Mobile Developer Guide
Columns Property (TableSettings)






Syntax
'Declaration
 
Public Property Columns As ColumnList
'Usage
 
Dim instance As TableSettings
Dim value As ColumnList
 
instance.Columns = value
 
value = instance.Columns
public ColumnList Columns {get; set;}
public read-write property Columns: ColumnList; 
public function get,set Columns : ColumnList
public: __property ColumnList* get_Columns();
public: __property void set_Columns( 
   ColumnList* value
);
public:
property ColumnList^ Columns {
   ColumnList^ get();
   void set (    ColumnList^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TableSettings Class
TableSettings Members

Send Feedback