Table of Contents

SheetRange.MatchKeyword Method

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

Matches a supported keyword. It can be overriden in derived classed to support additional keywords.

protected override bool MatchKeyword(string keyword)

Parameters

keyword string

The lower case keyword string to match.

Returns

bool

true if keyword is supported; otherwise, false.