Class WorkbookProperties
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class WorkbookProperties : EJTagHelper
Constructors
WorkbookProperties()
Declaration
public WorkbookProperties()
Properties
ActionBegin
Occurs when Spreadsheet action starts.
Declaration
[JsonProperty("actionBegin")]
public string ActionBegin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ActionComplete
Occurs after Spreadsheet actions completed.
Declaration
[JsonProperty("actionComplete")]
public string ActionComplete { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ActivationPanelWidth
Gets or sets the activation panel width.
Declaration
[JsonProperty("activationPanelWidth")]
public int ActivationPanelWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The activation panel width. |
ActiveSheetIndex
Gets or sets the active sheet index.
Declaration
[JsonProperty("activeSheetIndex")]
public int ActiveSheetIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The active sheet index. |
AllowAutoCellType
Gets or sets a value indicating whether autocelltype is enable or not.
Declaration
[JsonProperty("allowAutoCellType")]
public bool AllowAutoCellType { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the auto cell type is enabled; otherwise, false. |
AllowAutoFill
Gets or sets a value indicating whether AutoFill is enable or not.
Declaration
[JsonProperty("allowAutoFill")]
public bool AllowAutoFill { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the autofill is enable; otherwise, false. |
AllowAutoSum
Gets or sets a value indicating whether autosum is enable or not.
Declaration
[JsonProperty("allowAutoSum")]
public bool AllowAutoSum { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the auto sum option is enable; otherwise, false. |
AllowCellFormatting
Gets or sets a value indicating whether cell formatting is enable or not.
Declaration
[JsonProperty("allowCellFormatting")]
public bool AllowCellFormatting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the cell formatting is enabled; otherwise, false. |
AllowCellType
Gets or sets a value indicating whether celltype is enable or not.
Declaration
[JsonProperty("allowCellType")]
public bool AllowCellType { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the cell type is enabled; otherwise, false. |
AllowCharts
Gets or sets a value indicating whether chart is enable or not.
Declaration
[JsonProperty("allowCharts")]
public bool AllowCharts { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the chart is enable; otherwise, false. |
AllowClear
Gets or sets a value indicating whether allowClear is enable or not.
Declaration
[JsonProperty("allowClear")]
public bool AllowClear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the content is clear ; otherwise not clear, false. |
AllowClipboard
Gets or sets a value indicating whether clipboard operation is enable or not.
Declaration
[JsonProperty("allowClipboard")]
public bool AllowClipboard { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the clipboard is enabled; otherwise, false. |
AllowComments
Gets or sets a value indicating whether comment is enable or not.
Declaration
[JsonProperty("allowComments")]
public bool AllowComments { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the comment is enabled; otherwise, false. |
AllowConditionalFormats
Gets or sets a value indicating whether conditional formatting is enable or not.
Declaration
[JsonProperty("allowConditionalFormats")]
public bool AllowConditionalFormats { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the conditional format is enabled; otherwise, false. |
AllowDataValidation
Gets or sets a value indicating whether data validation is enable or not.
Declaration
[JsonProperty("allowDataValidation")]
public bool AllowDataValidation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the data validation is enabled; otherwise, false. |
AllowDelete
Gets or sets a value indicating whether delete is enable or not.
Declaration
[JsonProperty("allowDelete")]
public bool AllowDelete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the delete option is enable; otherwise, false. |
AllowDragAndDrop
Gets or sets a value indicating whether drag and drop is enable or not.
Declaration
[JsonProperty("allowDragAndDrop")]
public bool AllowDragAndDrop { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the drag and drop is enable; otherwise, false. . |
AllowEditing
Gets or sets a value indicating whether editing is enable or not.
Declaration
[JsonProperty("allowEditing")]
public bool AllowEditing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the editing is enabled; otherwise, false. |
AllowFiltering
Gets or sets a value indicating whether filtering is enable or not.
Declaration
[JsonProperty("allowFiltering")]
public bool AllowFiltering { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the filtering is enable; otherwise, false. |
AllowFormatAsTable
Gets or sets a value indicating whether table is enable or not.
Declaration
[JsonProperty("allowFormatAsTable")]
public bool AllowFormatAsTable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the format table is enable; otherwise, false. |
AllowFormatPainter
Gets or sets a value indicating whether format painter is enable or not.
Declaration
[JsonProperty("allowFormatPainter")]
public bool AllowFormatPainter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the format painter is enable; otherwise, false. |
AllowFormulaBar
Gets or sets a value indicating whether formula bar is enable or not.
Declaration
[JsonProperty("allowFormulaBar")]
public bool AllowFormulaBar { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the formula bar is enable; otherwise, false. |
AllowFreezing
Gets or sets a value indicating whether freezing is enable or not.
Declaration
[JsonProperty("allowFreezing")]
public bool AllowFreezing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the freezing is enabled; otherwise, false. |
AllowHyperlink
Gets or sets a value indicating whether hyperlink is enable or not.
Declaration
[JsonProperty("allowHyperlink")]
public bool AllowHyperlink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the hyperlink is enable; otherwise, false. |
AllowImport
Gets or sets a value indicating whether import is enable or not.
Declaration
[JsonProperty("allowImport")]
public bool AllowImport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the import option is enable; otherwise, false. |
AllowInsert
Gets or sets a value indicating whether insert is enable or not.
Declaration
[JsonProperty("allowInsert")]
public bool AllowInsert { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the insert option is enable; otherwise, false. |
AllowKeyboardNavigation
Gets or sets a value indicating whether keyboard navigation is enable or not.
Declaration
[JsonProperty("allowKeyboardNavigation")]
public bool AllowKeyboardNavigation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the keyboard navigation is enable; otherwise, false. |
AllowLockCell
Gets or sets a value indicating whether lock cell is enable or not.
Declaration
[JsonProperty("allowLockCell")]
public bool AllowLockCell { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the lockcell option is enable; otherwise, false. |
AllowMerging
Gets or sets a value indicating whether merging is enable or not.
Declaration
[JsonProperty("allowMerging")]
public bool AllowMerging { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the merging is enable; otherwise, false. |
AllowOverflow
Gets or sets a value indicating whether Overflow is enable or not.
Declaration
[JsonProperty("allowOverflow")]
public bool AllowOverflow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the text is overflow ; otherwise not overflow, false. |
AllowResizing
Gets or sets a value indicating whether resizing is enable or not.
Declaration
[JsonProperty("allowResizing")]
public bool AllowResizing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the resizing is enable; otherwise, false. |
AllowSearching
Gets or sets a value indicating whether searching is enable or not.
Declaration
[JsonProperty("allowSearching")]
public bool AllowSearching { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the searching is enable; otherwise, false. |
AllowSelection
Gets or sets a value indicating whether selection is enable or not.
Declaration
[JsonProperty("allowSelection")]
public bool AllowSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the selection is enable; otherwise, false. |
AllowSorting
Gets or sets a value indicating whether sorting is enable or not.
Declaration
[JsonProperty("allowSorting")]
public bool AllowSorting { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the sorting is enable; otherwise, false. |
AllowSparkline
Gets or sets a value indicating whether sparkline chart is enable or not.
Declaration
[JsonProperty("allowSparkline")]
public bool AllowSparkline { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the sparkline chart is enable; otherwise, false. |
AllowUndoRedo
Gets or sets a value indicating whether undoredo is enable or not.
Declaration
[JsonProperty("allowUndoRedo")]
public bool AllowUndoRedo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the undo redo is enable; otherwise, false. |
AllowWrap
Gets or sets a value indicating whether wraptext is enable or not.
Declaration
[JsonProperty("allowWrap")]
public bool AllowWrap { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the wrap is enable; otherwise, false. |
ApWidth
Gets or sets the activation panel width.
Declaration
[JsonProperty("apWidth")]
public int ApWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The activation panel width. |
AutoFillBegin
Occurs when autofill starts.
Declaration
[JsonProperty("autoFillBegin")]
public string AutoFillBegin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AutoFillComplete
Occurs when autofill gets completed.
Declaration
[JsonProperty("autoFillComplete")]
public string AutoFillComplete { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AutoFillSettings
Gets or sets autofill settings.
Declaration
[JsonProperty("autoFillSettings")]
public SpreadsheetAutoFillSettings AutoFillSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetAutoFillSettings | The autofill settings. |
BeforeBatchSave
Occurs when the batch save.
Declaration
[JsonProperty("beforeBatchSave")]
public string BeforeBatchSave { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeCellFormat
Occurs before cell formatting applied.
Declaration
[JsonProperty("beforeCellFormat")]
public string BeforeCellFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeCellSelect
Occurs before cell select.
Declaration
[JsonProperty("beforeCellSelect")]
public string BeforeCellSelect { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeDrop
occurs when cell has dropped.
Declaration
[JsonProperty("beforeDrop")]
public string BeforeDrop { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeEditComment
Occurs when before edit comment area.
Declaration
[JsonProperty("beforeEditComment")]
public string BeforeEditComment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeImport
Occurs on before file importing.
Declaration
[JsonProperty("beforeImport")]
public string BeforeImport { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeOpen
Occurs before open for import.
Declaration
[JsonProperty("beforeOpen")]
public string BeforeOpen { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforePanelOpen
Occurs before activation panel opened.
Declaration
[JsonProperty("beforePanelOpen")]
public string BeforePanelOpen { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforePrint
Occurs before print.
Declaration
[JsonProperty("beforePrint")]
public string BeforePrint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeTabClick
Occurs when before click a ribbon tab.
Declaration
[JsonProperty("beforeTabClick")]
public string BeforeTabClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellClick
Occurs when click a cell.
Declaration
[JsonProperty("cellClick")]
public string CellClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellEdit
Occurs when edit a cell.
Declaration
[JsonProperty("cellEdit")]
public string CellEdit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellFormatting
Occurs when cell formatting is applied.
Declaration
[JsonProperty("cellFormatting")]
public string CellFormatting { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellHover
Occurs when hovering a cell.
Declaration
[JsonProperty("cellHover")]
public string CellHover { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellSave
Occurs when save the edited cell.
Declaration
[JsonProperty("cellSave")]
public string CellSave { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CellSelected
Occurs when cell selected.
Declaration
[JsonProperty("cellSelected")]
public string CellSelected { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChartSettings
Gets or sets chart settings.
Declaration
[JsonProperty("chartSettings")]
public SpreadsheetChartSettings ChartSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetChartSettings | The chart settings. |
ColumnCount
Gets or sets the column count.
Declaration
[JsonProperty("columnCount")]
public int ColumnCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Column count value. |
ColumnWidth
Gets or sets the column width.
Declaration
[JsonProperty("columnWidth")]
public int ColumnWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Column width value. |
ContextMenuClick
Occurs when click a context menu.
Declaration
[JsonProperty("contextMenuClick")]
public string ContextMenuClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Create
Occurs when the Spreadsheet is rendered completely.
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CssClass
Gets or sets the cssClass.
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The cssClass value. |
CustomFormula
Gets or sets the custom formula.
Declaration
[JsonProperty("customFormulas")]
public List<CustomFormula> CustomFormula { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomFormula> | The custom formula value using customFormula object. |
Drag
Occurs when cell dragging.
Declaration
[JsonProperty("drag")]
public string Drag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DragShape
Declaration
[JsonProperty("dragShape")]
public string DragShape { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DragStart
Occurs when cell drag starts.
Declaration
[JsonProperty("dragStart")]
public string DragStart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Drop
Occurs before cell has dropped.
Declaration
[JsonProperty("drop")]
public string Drop { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EditRangeBegin
Occurs when Edit a range.
Declaration
[JsonProperty("editRangeBegin")]
public string EditRangeBegin { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EditRangeComplete
Occurs after edit range gets completed.
Declaration
[JsonProperty("editRangeComplete")]
public string EditRangeComplete { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnableContextMenu
Gets or sets a value indicating whether context menu is enable or not.
Declaration
[JsonProperty("enableContextMenu")]
public bool EnableContextMenu { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the context menu is enable; otherwise, false. |
EnablePersistence
Gets or sets a value indicating whether persistence is enable or not.
Declaration
[JsonProperty("enablePersistence")]
public bool EnablePersistence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the persistence is enable; otherwise, false. |
EnablePivotTable
Gets or sets a value indicating whether pivot table is enable or not.
Declaration
[JsonProperty("enablePivotTable")]
public bool EnablePivotTable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the pivot table is enable; otherwise, false. |
EnableTouch
Gets or sets a value indicating whether touch is enable or not.
Declaration
[JsonProperty("enableTouch")]
public bool EnableTouch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the touch is enable; otherwise, false. |
ExportSettings
Gets or sets exxport settings.
Declaration
[JsonProperty("exportSettings")]
public SpreadsheetExportSettings ExportSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetExportSettings | The export settings. |
FormatSettings
Gets or sets format settings.
Declaration
[JsonProperty("formatSettings")]
public SpreadsheetFormatSettings FormatSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetFormatSettings | The format settings. |
HtmlAttributes
Declaration
[JsonIgnore]
public object HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ImportSettings
Gets or sets import settings.
Declaration
[JsonProperty("importSettings")]
public SpreadsheetImportSettings ImportSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetImportSettings | The import settings. |
IsGridMode
Gets or sets a value indicating whether grid mode is enable or not.
Declaration
[JsonProperty("IsGridMode")]
public bool IsGridMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the manual calculation is enable; otherwise, false. |
IsManualCalculation
Gets or sets a value indicating whether manual calculation is enable or not.
Declaration
[JsonProperty("isManualCalculation")]
public bool IsManualCalculation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the manual calculation is enable; otherwise, false. |
IsReadOnly
Gets or sets a value indicating whether isReadOnly is enable or not.
Declaration
[JsonProperty("isReadOnly")]
public bool IsReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the document is readOnly; otherwise, false. |
KeyDown
Occurs on key down actions.
Declaration
[JsonProperty("keyDown")]
public string KeyDown { get; set; }
Property Value
Type | Description |
---|---|
System.String |
KeyUp
Occurs on key up actions.
Declaration
[JsonProperty("keyUp")]
public string KeyUp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Load
Occurs when Spreadsheet loading.
Declaration
[JsonProperty("load")]
public string Load { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoadComplete
Occurs after the Spreadsheet load completed.
Declaration
[JsonProperty("loadComplete")]
public string LoadComplete { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Locale
Gets or sets the locale.
Declaration
[JsonProperty("locale")]
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String | The locale value. |
MenuClick
Occurs when click a menu.
Declaration
[JsonProperty("menuClick")]
public string MenuClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NameManager
Gets or sets Name manager.
Declaration
[JsonProperty("nameManager")]
public List<NameManager> NameManager { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NameManager> | The name manager value using NameManager object. |
OnExport
Occurs on file exporting.
Declaration
[JsonProperty("onExport")]
public string OnExport { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OnImport
Occurs on file importing.
Declaration
[JsonProperty("onImport")]
public string OnImport { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OpenFailure
Occurs when failure the open method.
Declaration
[JsonProperty("openFailure")]
public string OpenFailure { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PagerClick
Occurs when pager gets clicked.
Declaration
[JsonProperty("pagerClick")]
public string PagerClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PageSettings
Gets or sets page settings.
Declaration
[JsonProperty("pageSettings")]
public SpreadsheetPageSettings PageSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetPageSettings | The page settings. |
PageSize
Gets or sets the pagesize.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("pageSize")]
public SpreadsheetPageSize PageSize { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetPageSize | The pagesize value. |
PictureSettings
Gets or sets picture settings.
Declaration
[JsonProperty("pictureSettings")]
public SpreadsheetPictureSettings PictureSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetPictureSettings | The picture settings. |
PrintSettings
Gets or sets print settings.
Declaration
[JsonProperty("printSettings")]
public SpreadsheetPrintSettings PrintSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetPrintSettings | The print settings. |
Refresh
Occurs when resize the window.
Declaration
[JsonProperty("refresh")]
public string Refresh { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResizeEnd
Declaration
[JsonProperty("resizeEnd")]
public string ResizeEnd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResizeStart
Declaration
[JsonProperty("resizeStart")]
public string ResizeStart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RibbonClick
Occurs when click a ribbon.
Declaration
[JsonProperty("ribbonClick")]
public string RibbonClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RibbonSettings
Gets or sets ribbon settings.
Declaration
[JsonProperty("ribbonSettings")]
public SpreadsheetRibbonSettings RibbonSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetRibbonSettings | The ribbon settings. |
RowCount
Gets or sets the row count.
Declaration
[JsonProperty("rowCount")]
public int RowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Row count value. |
RowHeight
Gets or sets the row height.
Declaration
[JsonProperty("rowHeight")]
public int RowHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Row height value. |
ScrollSettings
Gets or sets scroll settings.
Declaration
[JsonProperty("scrollSettings")]
public SpreadsheetScrollSettings ScrollSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetScrollSettings | The scroll settings. |
ScrollStop
Occurs when scroll operation is stops.
Declaration
[JsonProperty("scrollStop")]
public string ScrollStop { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectionSettings
Gets or sets selection settings.
Declaration
[JsonProperty("selectionSettings")]
public SpreadsheetSelectionSettings SelectionSettings { get; set; }
Property Value
Type | Description |
---|---|
SpreadsheetSelectionSettings | The selection settings. |
SeriesRendering
Occurs when performing chart series rendering.
Declaration
[JsonProperty("seriesRendering")]
public string SeriesRendering { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SheetCount
Gets or sets the sheet count.
Declaration
[JsonProperty("sheetCount")]
public int SheetCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Sheet count value |
Sheets
Gets or sets the sheets.
Declaration
[JsonProperty("sheets")]
public List<Sheet> Sheets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Sheet> | The sheet value using Sheet object. |
ShowPager
Gets or sets a value indicating whether pager is enable or not.
Declaration
[JsonProperty("showPager")]
public bool ShowPager { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the pager is enable; otherwise, false. |
ShowRibbon
Gets or sets a value indicating whether ribbon is enable or not.
Declaration
[JsonProperty("showRibbon")]
public bool ShowRibbon { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the ribbon is enable; otherwise, false. |
TabClick
Occurs when click a ribbon tab.
Declaration
[JsonProperty("tabClick")]
public string TabClick { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TabSelect
Occurs when select a ribbon tab.
Declaration
[JsonProperty("tabSelect")]
public string TabSelect { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UndoredoStep
Gets or sets the undo redo step.
Declaration
[JsonProperty("undoRedoStep")]
public int UndoredoStep { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The undo redo step value. |
UserName
Gets or sets the username.
Declaration
[JsonProperty("userName")]
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The username value. |
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type | Description |
---|---|
System.Object |