ReplaceInColumn

ReplaceInColumn(Regex, string, int, int)

지정된 열과 워크시트에서 모든 일치 항목을 지정된 대체 항목으로 바꿉니다.

public RedactionResult ReplaceInColumn(Regex regularExpression, string replacement, int column, 
    int sheet)
모수 유형 설명
regularExpression Regex 검색하고 바꿀 정규 표현식
replacement String 텍스트 교체
column Int32 0부터 시작하는 열 인덱스
sheet Int32 0부터 시작하는 워크시트 인덱스

반환 값

교체 결과

또한보십시오


ReplaceInColumn(Regex, string, int)

모든 워크시트의 지정된 열에서 모든 일치 항목을 지정된 대체 항목으로 바꿉니다.

public RedactionResult ReplaceInColumn(Regex regularExpression, string replacement, int column)
모수 유형 설명
regularExpression Regex 검색하고 바꿀 정규 표현식
replacement String 텍스트 교체
column Int32 0부터 시작하는 열 인덱스

반환 값

교체 결과

또한보십시오