'Declaration Public Overloads Function NextNonEmptyColumn( _ ByVal column As System.Integer _ ) As System.Integer
'Usage Dim instance As Worksheet Dim column As System.Integer Dim value As System.Integer value = instance.NextNonEmptyColumn(column)
public System.int NextNonEmptyColumn( System.int column )
Parameters
- column
- The column from which the next nonempty column is to be returned.
Return Value
The next nonempty column index.