'Declaration
Public Function IsHeaderCell( _ ByVal OCRResultID As String, _ ByVal TableIdx As Integer, _ ByVal ColummIdx As Integer, _ ByVal RowIdx As Integer _ ) As Boolean
public bool IsHeaderCell( string OCRResultID, int TableIdx, int ColummIdx, int RowIdx )
public function IsHeaderCell( OCRResultID: String; TableIdx: Integer; ColummIdx: Integer; RowIdx: Integer ): Boolean;
public function IsHeaderCell( OCRResultID : String, TableIdx : int, ColummIdx : int, RowIdx : int ) : boolean;
public: bool IsHeaderCell( string* OCRResultID, int TableIdx, int ColummIdx, int RowIdx )
public: bool IsHeaderCell( String^ OCRResultID, int TableIdx, int ColummIdx, int RowIdx )
Parameters
- OCRResultID
- TableIdx
- ColummIdx
- RowIdx