C# Class SourceGrid.RangeFullGridNoFixedCols

Represents a range that contains all the grid with no fixed cols
Inheritance: IRangeLoader
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
GetRange ( GridVirtual p_Grid ) : Range

Returns the Range struct from the specific instance

RangeFullGridNoFixedCols ( ) : System

Constructor

Method Details

GetRange() public method

Returns the Range struct from the specific instance
public GetRange ( GridVirtual p_Grid ) : Range
p_Grid GridVirtual
return Range

RangeFullGridNoFixedCols() public method

Constructor
public RangeFullGridNoFixedCols ( ) : System
return System