Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetConditionalFormatting Method / GetConditionalFormatting(Int32,Int32,Int32,Int32) Method
Starting row index
Starting column index
Number of rows
Number of columns


In This Topic
GetConditionalFormatting(Int32,Int32,Int32,Int32) Method
In This Topic
Gets all conditional formatting in the specified cell range.
Syntax
'Declaration
 
Public Overloads Function GetConditionalFormatting( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) As ConditionalFormatting()
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim value() As ConditionalFormatting
 
value = instance.GetConditionalFormatting(row, column, rowCount, columnCount)

Parameters

row
Starting row index
column
Starting column index
rowCount
Number of rows
columnCount
Number of columns
See Also