C# Class SourceGrid.RangeFixedCols

Represents a range that contains only 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

RangeFixedCols ( ) : 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

RangeFixedCols() public method

Constructor
public RangeFixedCols ( ) : System
return System