bigloo.foreign.CELLP C# (CSharp) Method

CELLP() public static method

public static CELLP ( Object o ) : bool
o Object
return bool
        public static bool CELLP( Object  o )
        {
            return (o is cell);
        }
foreign