GrapeCity.Xaml.SpreadSheet.UI
InvalidateColumns Method (SheetView)


GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : InvalidateColumns Method
The start column index.
The column count.
The invalidated sheet area.
Invalidates the column state in the control; the column layout and data is updated after the invalidation.
Syntax
'Declaration
 
Public Sub InvalidateColumns( _
   ByVal column As Integer, _
   ByVal columnCount As Integer, _
   ByVal sheetArea As SheetArea _
) 
'Usage
 
Dim instance As SheetView
Dim column As Integer
Dim columnCount As Integer
Dim sheetArea As SheetArea
 
instance.InvalidateColumns(column, columnCount, sheetArea)
public void InvalidateColumns( 
   int column,
   int columnCount,
   SheetArea sheetArea
)

Parameters

column
The start column index.
columnCount
The column count.
sheetArea
The invalidated sheet area.
See Also

Reference

SheetView Class
SheetView Members