'Declaration
Sub SetStyleFormat( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ ByVal styleFormat As StyleFormat _ )
'Usage
Dim instance As ISpreadsheet Dim row As Integer Dim column As Integer Dim row2 As Integer Dim column2 As Integer Dim styleFormat As StyleFormat instance.SetStyleFormat(row, column, row2, column2, styleFormat)
void SetStyleFormat( int row, int column, int row2, int column2, StyleFormat styleFormat )
Parameters
- row
- An integer value indicates the index of start row
- column
- An integer value indicates the index of start column
- row2
- An integer value indicates the index of end row
- column2
- An integer value indicates the index of end column
- styleFormat
- The to set to the range