Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / Features Property


In This Topic
    Features Property (GcSpreadSheet)
    In This Topic
    Gets a GrapeCity.Spreadsheet.Features object to manipulate settings of features.
    Syntax
    'Declaration
     
    <CategoryAttribute("Workbook")>
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Property Features As FeaturesInfo
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As FeaturesInfo
     
    instance.Features = value
     
    value = instance.Features
    [Category("Workbook")]
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public FeaturesInfo Features {get; set;}
    See Also