FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardPasteUndoAction Class / clipCellInfo Field


In This Topic
clipCellInfo Field
In This Topic
Specifies the cell information to be pasted (retrieved from the Clipboard).
Syntax
'Declaration
 
Protected clipCellInfo As CellInfoRange
 
'Usage
 
Dim instance As ClipboardPasteUndoAction
Dim value As CellInfoRange
 
value = instance.clipCellInfo
 
instance.clipCellInfo = value
See Also