GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > ShapeActionsCommand クラス : Format メソッド |
'Declaration
Public Shared Function Format( _ ByVal drawingObjects() As Shape, _ ByVal styleFormat As StyleFormat, _ ByVal brush As Brush, _ Optional ByVal increase As Nullable(Of Boolean) _ ) As ShapeActionsCommand
public static ShapeActionsCommand Format( Shape[] drawingObjects, StyleFormat styleFormat, Brush brush, Nullable<bool> increase )