FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / Picture Method


In This Topic
Picture Method
In This Topic
Sets picture of the active legacy shape.
Syntax
'Declaration
 
Public Shared Sub Picture( _
   ByVal spread As FpSpread, _
   Optional ByVal isSet As Boolean _
) 
 
'Usage
 
Dim spread As FpSpread
Dim isSet As Boolean
 
DrawingToolbar.Picture(spread, isSet)

Parameters

spread
isSet
See Also