GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > ShapeActionsCommand クラス : ChangeType メソッド |
'Declaration
Public Shared Function ChangeType( _ ByVal drawingObjects() As Shape, _ ByVal type As AutoShapeType, _ Optional ByVal beginArrowheadStyle As Nullable(Of ArrowheadStyle), _ Optional ByVal endArrowheadStyle As Nullable(Of ArrowheadStyle) _ ) As ShapeActionsCommand
public static ShapeActionsCommand ChangeType( Shape[] drawingObjects, AutoShapeType type, Nullable<ArrowheadStyle> beginArrowheadStyle, Nullable<ArrowheadStyle> endArrowheadStyle )