ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Workbook Class / ActiveWorksheet Property






In This Topic
    ActiveWorksheet Property
    In This Topic
    Gets or sets the current worksheet.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(0)>
    Public Property ActiveWorksheet As System.Integer
    'Usage
     
    
    Dim instance As Workbook
    Dim value As System.Integer
     
    instance.ActiveWorksheet = value
     
    value = instance.ActiveWorksheet
    [System.ComponentModel.DefaultValue(0)]
    public System.int ActiveWorksheet {get; set;}
    public read-write property ActiveWorksheet: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(0)
    public function get,set ActiveWorksheet : System.int
    [System.ComponentModel.DefaultValue(0)]
    public: __property System.int get_ActiveWorksheet();
    public: __property void set_ActiveWorksheet( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(0)]
    public:
    property System.int ActiveWorksheet {
       System.int get();
       void set (    System.int value);
    }
    See Also