Namespace Syncfusion.Blazor.Spreadsheet
Classes
AutofillActionBeginEventArgs
Provides information about the AutofillActionBegin event.
AutofillActionEndEventArgs
Provides information about the AutofillActionEnd event.
BeforeSaveEventArgs
Provides information for the BeforeSave event, raised just before the workbook is saved.
CellData
Represents the full state of a spreadsheet cell, including its value, formula, hyperlink, display text, number format, wrapping/locking flags, and visual style.
CellEditingEventArgs
Provides data for the CellEditing event.
CellFormat
Represents the visual styling options for a spreadsheet cell, including colors, font properties, alignment, and text decorations.
CellSavedEventArgs
Provides data for the CellSaved event.
CellStyle
Represents the visual styling properties for a spreadsheet cell, mapping directly to CSS-like attributes for UI rendering.
CellUpdateItem
Represents an individual cell update item containing a cell address and value.
ColumnResizedEventArgs
Provides information about the ColumnResized event.
ColumnResizingEventArgs
Provides information about the ColumnResizing event.
ConditionalFormatRule
Represents a conditional formatting rule that can be applied to a cell range.
CutCopyActionBeginEventArgs
Provides information about the CutCopyActionBegin event.
HyperlinkClickEventArgs
Represents the arguments for the HyperlinkClick event, provided when a hyperlink is clicked.
HyperlinkCreatedEventArgs
Represents the arguments for the HyperlinkCreated event, including details about the newly created hyperlink.
HyperlinkCreatingEventArgs
Represents the arguments for the HyperlinkCreating event, including details about the hyperlink before it is created.
PastingEventArgs
Provides information about the Pasting event.
PdfLayoutSettings
Represents options to control how the worksheet layout is rendered in a PDF document.
RowResizedEventArgs
Provides information about the RowResized event.
RowResizingEventArgs
Provides information about the RowResizing event.
SaveOptions
Represents options to control how the spreadsheet is saved.
SelectedEventArgs
Provides information about the Selected event.
SfSpreadsheet
Represents the Spreadsheet component, exposing events for editing, clipboard, saving, and other interactions.
SpreadsheetCustomRibbonGroup
Represents a custom ribbon group that can be added to an existing ribbon tab in the SfSpreadsheet's ribbon interface.
SpreadsheetCustomRibbonItem
Represents a custom ribbon item (button, dropdown, etc.) that can be added to an existing ribbon group in the SfSpreadsheet's ribbon interface.
SpreadsheetCustomRibbonTab
Represents a custom ribbon tab that can be added to the SfSpreadsheet's ribbon interface.
SpreadsheetRibbon
Provides the Ribbon UI for the Spreadsheet, including formatting, editing, and protection commands.
SpreadsheetRibbonGroup
Represents the state and metadata of a ribbon group in the SfSpreadsheet's ribbon interface.
SpreadsheetRibbonItem
Represents the state and metadata of a ribbon item (button, dropdown, etc.) in the SfSpreadsheet's ribbon interface.
SpreadsheetRibbonTab
Represents the state and metadata of a ribbon tab in the SfSpreadsheet's ribbon interface.
Worksheet
Represents the core properties and selection state of a worksheet, including its name, dimensions, position, and current selection.
WorksheetAddingEventArgs
Provides information about the WorksheetAdding event, which is triggered before a new worksheet is added.
Enums
AutofillDirection
Specifies the direction for auto-fill operations in a spreadsheet.
BorderType
Specifies the type of border to apply to a cell or range.
ClearOperationType
Defines the types of clear operations that can be performed on spreadsheet.
ClipboardAction
Specifies the type of clipboard operation to perform.
ColumnPosition
Specifies the position where columns should be inserted relative to a reference column.
ConditionalFormatColor
Defines the conditional format colors used by highlight cells and top/bottom rules.
ConditionalFormatType
Defines the conditional format types supported by the spreadsheet. Includes highlight cells rules, top/bottom rules, data bars, color scales, and icon sets.
FontFamily
Specifies the font family to apply to text in spreadsheet cells.
FontStyle
Specifies the font style to apply to text in spreadsheet cells.
FontWeight
Specifies the font weight to apply to text in spreadsheet cells.
MergeType
Specifies the merge behavior to apply for a given range.
PdfPageOrientation
Defines the page orientation used when exporting content to a PDF document.
RowPosition
Specifies the position where rows should be inserted relative to the target row.
SaveType
Defines how the spreadsheet save operation exports its result.
SortDirection
Specifies the direction for sorting operations in a spreadsheet.
TextAlign
Specifies the horizontal text alignment to apply within spreadsheet cells.
TextDecoration
Specifies the text decoration style to apply within spreadsheet cells.
VerticalAlign
Specifies the vertical alignment to apply within spreadsheet cells.