Show / Hide Table of Contents

Class CellCoordinatesAsDefined

Part of the GridAttachment implementation. Colectica will serialize and deserialize this, but will not provide any display or user interaction with this information, except through the SDK. We consider this section of the standard ambiguous and do not recommend using it.

Inheritance
object
CellCoordinatesAsDefined
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class CellCoordinatesAsDefined

Properties

SelectDimensions

Part of the GridAttachment implementation. Colectica will serialize and deserialize this, but will not provide any display or user interaction with this information, except through the SDK. We consider this section of the standard ambiguous and do not recommend using it.

Declaration
public List<SelectDimension> SelectDimensions { get; }
Property Value
Type Description
List<SelectDimension>
In this article
Back to top Generated by DocFX