'Declaration Public Overloads Overridable Function AddShape( _ ByVal shape As PSShape _ ) As Integer
'Declaration
Public Overloads Overridable Function AddShape( _ ByVal shape As PSShape _ ) As Integer
'Usage Dim instance As SheetView Dim shape As PSShape Dim value As Integer value = instance.AddShape(shape)
'Usage
Dim instance As SheetView Dim shape As PSShape Dim value As Integer value = instance.AddShape(shape)
public virtual int AddShape( PSShape shape )
SheetView Class SheetView Members Overload List