GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet.Commands 名前空間 > FormatConditionalCommand クラス : CreateTopBotomRuleCommand メソッド |
'宣言
Public Shared Function CreateTopBotomRuleCommand( _ ByVal worksheet As Worksheet, _ ByVal references() As Reference, _ ByVal type As TopBottom, _ ByVal isPercent As Boolean, _ ByVal rank As Integer, _ ByVal styleFormat As StyleFormat _ ) As FormatConditionalCommand
public static FormatConditionalCommand CreateTopBotomRuleCommand( Worksheet worksheet, Reference[] references, TopBottom type, bool isPercent, int rank, StyleFormat styleFormat )