'宣言
Public Function Find( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As ConditionalFormatting()
public ConditionalFormatting[] Find( int row, int column, int rowCount, int columnCount )