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






In This Topic
    ChildItemsPath Property (FlexSheet)
    In This Topic
    This property is useless in FlexSheet.
    Syntax
    'Declaration
     
    
    <IgnoreAttribute()>
    Public Overrides Property ChildItemsPath As System.String
    'Usage
     
    
    Dim instance As FlexSheet
    Dim value As System.String
     
    instance.ChildItemsPath = value
     
    value = instance.ChildItemsPath
    [Ignore()]
    public override System.string ChildItemsPath {get; set;}
    public read-write property ChildItemsPath: System.String; override; 
    IgnoreAttribute()
    public override function get,set ChildItemsPath : System.String
    [Ignore()]
    public: __property System.string* get_ChildItemsPath() override;
    public: __property void set_ChildItemsPath( 
       System.string* value
    ) override;
    [Ignore()]
    public:
    property System.String^ ChildItemsPath {
       System.String^ get() override;
       void set (    System.String^ value) override;
    }
    See Also