PowerTCP Emulation for .NET
Enabled Property




Returns true when cells are selected. Can be set programatically to enable a selection after Start and End are set.
Syntax
Public Property Enabled As Boolean
Dim instance As Selection
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public bool Enabled {get; set;}
public: __property bool get_Enabled();
public: __property void set_Enabled( 
   bool value
);
public:
property bool Enabled {
   bool get();
   void set (    bool value);
}
See Also

Reference

Selection Class
Selection Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic