GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / PastePictureInCell Method


In This Topic
PastePictureInCell Method
In This Topic
Pastes the picture from clipboard into cell.
Syntax
'Declaration
 
Sub PastePictureInCell() 
 
'Usage
 
Dim instance As IRange
 
instance.PastePictureInCell()
See Also