menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpreadsheetActionList

    Inheritance
    System.Object
    SpreadsheetActionList
    Namespace: Syncfusion.Windows.Forms.Spreadsheet.Design
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class SpreadsheetActionList : DesignerActionList

    Constructors

    SpreadsheetActionList(IComponent)

    Constructor for SpreadsheetActionList

    Declaration
    public SpreadsheetActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Spreadsheet

    Properties

    AllowCellContextMenu

    Gets or sets a value indicating whether the context menu for cells in Spreadsheet is to be displayed or not .

    Declaration
    public bool AllowCellContextMenu { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the user wants to display the cell level context menu; otherwise, false.

    AllowExtendRowColumnCount

    Gets or sets a value indicating whether the row/column count in Spreadsheet can be extended or not .

    Declaration
    public bool AllowExtendRowColumnCount { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the row and column count can be extended in Spreadsheet; otherwise, false.

    AllowFormulaRangeSelection

    Gets or sets a value indicating whether the user is allowed to perform the formula range selection in Spreadsheet or not.

    Declaration
    public bool AllowFormulaRangeSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the user can perform the formula range selection ; otherwise, false.

    AllowTabItemContextMenu

    Gets or sets a value indicating whether the context menu for the TabItem in Spreadsheet is displayed or not.

    Declaration
    public bool AllowTabItemContextMenu { get; set; }
    Property Value
    Type Description
    System.Boolean

    trueif the user wants to display the TabItem context menu ; otherwise, false.

    AllowZooming

    Gets or sets a value indicating whether to allow the end users to zoom the Spreadsheet or not .

    Declaration
    public bool AllowZooming { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the user can perform the zooming in sfspreadsheet; otherwise, false.

    DefaultColumnCount

    Gets or sets a value indicating the default column count used by the Spreadsheet.

    Declaration
    public int DefaultColumnCount { get; set; }
    Property Value
    Type Description
    System.Int32

    Number of columns

    DefaultRowCount

    Gets or sets a value indicating the default row count used by the Spreadsheet .

    Declaration
    public int DefaultRowCount { get; set; }
    Property Value
    Type Description
    System.Int32

    Number of rows.

    FormulaBarVisibility

    Gets or sets the visibilty of formulabar.

    Declaration
    public bool FormulaBarVisibility { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    GetSortedActionItems()

    Returns the collection action items which are displayed in Smart Tag Panel

    Declaration
    public override DesignerActionItemCollection GetSortedActionItems()
    Returns
    Type
    System.ComponentModel.Design.DesignerActionItemCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved