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






In This Topic
    FrozenPane Property
    In This Topic
    Gets or sets the FrozenPane of the worksheet.
    Syntax
    'Declaration
     
    
    Public Property FrozenPane As FrozenPane
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As FrozenPane
     
    instance.FrozenPane = value
     
    value = instance.FrozenPane
    public FrozenPane FrozenPane {get; set;}
    public read-write property FrozenPane: FrozenPane; 
    public function get,set FrozenPane : FrozenPane
    public: __property FrozenPane* get_FrozenPane();
    public: __property void set_FrozenPane( 
       FrozenPane* value
    );
    public:
    property FrozenPane^ FrozenPane {
       FrozenPane^ get();
       void set (    FrozenPane^ value);
    }
    See Also