Class RadSpreadsheet
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
[TelerikToolboxCategory("Spreadsheet")]
public class RadSpreadsheet : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPrintable
Constructors
RadSpreadsheet()
Declaration
public RadSpreadsheet()
Fields
DEFAULT_NAMESPACE
Declaration
public static readonly string DEFAULT_NAMESPACE
Field Value
System.
|
Properties
ActiveSheet
Gets or sets the active sheet.
Declaration
public Sheet ActiveSheet { get; set; }
Property Value
Sheet
The active sheet. |
ActiveWorksheet
Gets or sets the active worksheet.
Declaration
public Worksheet ActiveWorksheet { get; set; }
Property Value
Worksheet
The active worksheet. |
ActiveWorksheetEditor
Gets or sets the active worksheet editor.
Declaration
public RadWorksheetEditor ActiveWorksheetEditor { get; set; }
Property Value
Rad The active worksheet editor. |
AutoSize
The property is not relevant for this control.
Declaration
public override bool AutoSize { get; set; }
Property Value
System.
|
Overrides
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.
|
Dispatcher
InputHandler
Gets or sets an instance of Spreadsheet
Declaration
public SpreadsheetInputBehavior InputHandler { get; set; }
Property Value
SpreadsheetElement
Gets the Rad
Declaration
public RadSpreadsheetElement SpreadsheetElement { get; }
Property Value
Text
This property is not relevant for this class.
Declaration
public override string Text { get; set; }
Property Value
System.
|
Overrides
Workbook
Gets or sets the workbook.
Declaration
public Workbook Workbook { get; set; }
Property Value
Workbook
The workbook. |
Methods
BeginUndoGroup()
Begins an undo group.
Declaration
public void BeginUndoGroup()
CancelUndoGroup()
Cancels the undo group.
Declaration
public void CancelUndoGroup()
CreateBehavior()
Declaration
protected override ComponentInputBehavior CreateBehavior()
Returns
Overrides
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
Rad
|
Overrides
CreateSpreadsheetElement()
Declaration
protected virtual RadSpreadsheetElement CreateSpreadsheetElement()
Returns
EndUndoGroup()
Ends an undo group.
Declaration
public void EndUndoGroup()
IsInputKey(Keys)
Declaration
protected override bool IsInputKey(Keys keyData)
Parameters
System.
|
Returns
System.
|
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.
|
Overrides
OnKeyPress(KeyPressEventArgs)
Declaration
protected override void OnKeyPress(KeyPressEventArgs e)
Parameters
System.
|
Overrides
OnKeyUp(KeyEventArgs)
Declaration
protected override void OnKeyUp(KeyEventArgs e)
Parameters
System.
|
Overrides
OnMouseWheel(MouseEventArgs)
Declaration
protected override void OnMouseWheel(MouseEventArgs e)
Parameters
System.
|
Overrides
OnThemeChanged()
Print(PrintWhatSettings, String, Boolean)
Prints using the specified print settings and optional print description.
Declaration
public void Print(PrintWhatSettings printSettings, string printDescription = null, bool showDialog = true)
Parameters
Print The print what settings. |
System. The print description. |
System. Show the default dialog before printing |
PrintPreview()
Shows the print preview dialog.
Declaration
public void PrintPreview()
ProcessDialogChar(Char)
Declaration
protected override bool ProcessDialogChar(char charCode)
Parameters
System.
|
Returns
System.
|
ProcessDialogKey(Keys)
Declaration
protected override bool ProcessDialogKey(Keys keyData)
Parameters
System.
|
Returns
System.
|
ProcessMnemonic(Char)
Declaration
protected override bool ProcessMnemonic(char charCode)
Parameters
System.
|
Returns
System.
|
Overrides
Redo()
Redoes an instance.
Declaration
public bool Redo()
Returns
System.
|
Undo()
Undoes an instance.
Declaration
public bool Undo()
Returns
System.
|
Explicit Interface Implementations
IPrintable.BeginPrint(RadPrintDocument, PrintEventArgs)
Declaration
int IPrintable.BeginPrint(RadPrintDocument sender, PrintEventArgs args)
Parameters
Rad
|
System.
|
Returns
System.
|
Implements
IPrintable.EndPrint(RadPrintDocument, PrintEventArgs)
Declaration
bool IPrintable.EndPrint(RadPrintDocument sender, PrintEventArgs args)
Parameters
Rad
|
System.
|
Returns
System.
|
Implements
IPrintable.GetSettingsDialog(RadPrintDocument)
Declaration
Form IPrintable.GetSettingsDialog(RadPrintDocument document)
Parameters
Rad
|
Returns
System.
|
Implements
IPrintable.PrintPage(Int32, RadPrintDocument, PrintPageEventArgs)
Declaration
bool IPrintable.PrintPage(int pageNumber, RadPrintDocument sender, PrintPageEventArgs args)
Parameters
System.
|
Rad
|
System.
|
Returns
System.
|