Name | Description | |
---|---|---|
BeginEdit | Puts the active cell or selected textbox in edit mode. | |
BeginInvoke | Overloaded. (Inherited from System.Windows.Forms.Control) | |
BeginUpdate | Interrupts background calculation if necessary, acquires an exclusive lock on the workbook set associated with this WorkbookView, and suspends painting and events until EndUpdate is called. | |
BringToFront | (Inherited from System.Windows.Forms.Control) | |
CancelEdit | Cancels edit mode and discards any changes. | |
Contains | (Inherited from System.Windows.Forms.Control) | |
Copy | Copy the contents of the current selection to the clipboard. | |
CreateControl | (Inherited from System.Windows.Forms.Control) | |
CreateGraphics | (Inherited from System.Windows.Forms.Control) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Cut | Cut the contents of the current selection to the clipboard. | |
Dispose | Overloaded. Overridden. | |
DoDragDrop | (Inherited from System.Windows.Forms.Control) | |
DrawToBitmap | (Inherited from System.Windows.Forms.Control) | |
EndEdit | Ends edit mode and commits any changes. | |
EndInvoke | (Inherited from System.Windows.Forms.Control) | |
EndUpdate | Restores painting and events to the state they were in before the last call to BeginUpdate, releases the lock acquired by BeginUpdate, and starts background calculation if appropriate. | |
FindForm | (Inherited from System.Windows.Forms.Control) | |
Focus | (Inherited from System.Windows.Forms.Control) | |
GetChildAtPoint | Overloaded. (Inherited from System.Windows.Forms.Control) | |
GetContainerControl | (Inherited from System.Windows.Forms.Control) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetLock | Interrupts background calculation if necessary and acquires an exclusive lock on the workbook set associated with this WorkbookView. | |
GetNextControl | (Inherited from System.Windows.Forms.Control) | |
GetPreferredSize | (Inherited from System.Windows.Forms.Control) | |
Hide | (Inherited from System.Windows.Forms.Control) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Invalidate | Overloaded. Invalidates the cached WorkbookView drawing state and calls Control.Invalidate() which invalidates the surface of the WorkbookView and causes the WorkbookView to be redrawn. This causes the entire WorkbookView to be laid out and redrawn. | |
Invoke | Overloaded. (Inherited from System.Windows.Forms.Control) | |
LocationToRange | Overloaded. Returns the fractional zero based row and column indexes representing the cell at the specified location. | |
LogicalToDeviceUnits | Overloaded. (Inherited from System.Windows.Forms.Control) | |
Paste | Paste the clipboard contents to the current selection. | |
PasteSpecial | Paste the clipboard contents to the current selection using the specified options. | |
PerformLayout | Overloaded. (Inherited from System.Windows.Forms.Control) | |
PointToClient | (Inherited from System.Windows.Forms.Control) | |
PointToScreen | (Inherited from System.Windows.Forms.Control) | |
PreProcessControlMessage | (Inherited from System.Windows.Forms.Control) | |
PreProcessMessage | (Inherited from System.Windows.Forms.Control) | |
Overloaded. Prints the active sheet. | ||
PrintPreview | Overloaded. Shows a print preview of the active sheet. | |
RangeToLocation | Overloaded. Returns the screen coordinates of the fractional zero based row and columns. | |
RectangleToClient | (Inherited from System.Windows.Forms.Control) | |
RectangleToScreen | (Inherited from System.Windows.Forms.Control) | |
Refresh | Overridden. Forces the control to invalidate its client area and immediately redraw itself and any child controls. This method does not invalidate cached WorkbookView drawing state - only WorkbookView.Invalidate will do that. | |
ReleaseLock | Releases a lock acquired with GetLock and starts background calculation if appropriate. | |
ResetText | (Inherited from System.Windows.Forms.Control) | |
ResumeLayout | Overloaded. (Inherited from System.Windows.Forms.Control) | |
RewindLock | Interrupts background calculation if necessary and restores locks to the state they were in before UnwindLock was called. | |
Scale | (Inherited from System.Windows.Forms.Control) | |
ScaleBitmapLogicalToDevice | (Inherited from System.Windows.Forms.Control) | |
Select | Overloaded. (Inherited from System.Windows.Forms.Control) | |
SelectNextControl | (Inherited from System.Windows.Forms.Control) | |
SendToBack | (Inherited from System.Windows.Forms.Control) | |
SetBounds | Overloaded. (Inherited from System.Windows.Forms.Control) | |
Show | (Inherited from System.Windows.Forms.Control) | |
SuspendLayout | (Inherited from System.Windows.Forms.Control) | |
ToString | (Inherited from System.ComponentModel.Component) | |
UnwindLock | Unwinds the locks for the workbook set associated with this workbook view. | |
Update | Causes the WorkbookView to update any invalid drawing state and calls Control.Update() which causes the WorkbookView to redraw any invalidated regions within the WorkbookView . | |
WithLock | Overloaded. Acquires a lock with GetLock, calls the specified delegate and then calls WorkbookView.ReleaseLock. |