XPTable.Models.Cell.SetSelected C# (CSharp) 메소드

SetSelected() 개인적인 메소드

Sets whether the Cell is selected
private SetSelected ( bool selected ) : void
selected bool A boolean value that specifies whether the /// cell is selected
리턴 void
        internal void SetSelected(bool selected)
        {
            this.SetState(STATE_SELECTED, selected);
        }