'Declaration Public Sub SetColumnsIsHidden( _
ByVal columnIndexThe index of first column to index.As System.Int32, _
ByVal columnCountThe count of columns to index.As System.Int32, _
ByVal isHiddenA value indicating whether the column must be set as 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
- The index of first column to index.
- columnCount
- The count of columns to index.
- isHidden
- A value indicating whether the column must be set as hidden.