PocketPlanner Programmer's Guide

Selection.Location Property

See Also

Gets the location related to the current selection.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Location Location { get; }

Visual Basic

Public ReadOnly Property Location As Location

 Property Value

The location related to the current selection or null (Nothing in Visual Basic) if there are no selected cells or the current selection is not associated with a location.

 See Also