Returns the index of the next non-empty column in a row in the model.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Function ConditionalFormatNextNonEmptyColumnInRow( _
ByVal row As Integer, _
ByVal column As Integer _
) As Integer |
Parameters
- row
- Row index to search
- column
- Column index before the column to start searching (-1 to start at column 0)
Return Value
Integer containing the column index
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also