'Declaration Public Sub SetColumnsIsHidden( _
ByVal columnIndexIndex of the row.As System.Int32, _
ByVal columnCountCount of column.As System.Int32, _
ByVal isHiddenA value indicating whether the column is hidden.As Boolean _
)
public void SetColumnsIsHidden(
System.Int32 columnIndex,
System.Int32 columnCount,
bool isHidden
)
public: void SetColumnsIsHidden(
System.Int32 columnIndex,
System.Int32 columnCount,
bool isHidden
)
public:
void SetColumnsIsHidden(
System.Int32 columnIndex,
System.Int32 columnCount,
bool isHidden
)
Parameters
- columnIndex
- Index of the row.
- columnCount
- Count of column.
- isHidden
- A value indicating whether the column is hidden.