New to Telerik UI for BlazorStart a free 30-day trial

Specifies a Spreadsheet operation exposed as a WebMCP tool.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum SpreadsheetWebMcpToolCommand

Fields

Add a new sheet to the spreadsheet.

C#
AddSheet = 2

Export the spreadsheet to a file.

C#
Export = 4

Switch to a different sheet in the spreadsheet.

C#
NavigateSheet = 1

Rename a sheet in the spreadsheet.

C#
RenameSheet = 3

Set the value of a cell in the spreadsheet.

C#
SetCell = 0