'Declaration Public Function GetActualColumnVisible( _ ByVal column As System.Integer, _ ByVal sheetArea As SheetArea _ ) As System.Boolean
Parameters
- column
- The column index.
- sheetArea
- The sheet area.
Return Value
Returns
true
if the column is visible in the sheet area; otherwise, false
.