Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / LegacyClipboardPasteCommand Class / ManipulationOptions Property


In This Topic
ManipulationOptions Property
In This Topic
Gets a GrapeCity.Spreadsheet.ManipulationOptions value indicating which data type will be performed.
Syntax
'Declaration
 
Public ReadOnly Property ManipulationOptions As ManipulationOptions
 
'Usage
 
Dim instance As LegacyClipboardPasteCommand
Dim value As ManipulationOptions
 
value = instance.ManipulationOptions
See Also